From c67989bc90de9f3d296dbb247ce399d1e419fa3b Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Thu, 12 Jan 2017 11:32:56 -0500 Subject: [PATCH] correctly cancel/delete on job details related to #4620 * Changed cancel prompt buttons from "Cancel" "Cancel" to "Cancel" "Proceed", talk about some confusing shit. * Removed copy and pasted code that would call a delete upon canceling a job * Don't expect job_status to be an object in the view, just `job_status`, not `job_status.status` --- .../src/job-results/job-results.partial.html | 10 +++++----- .../src/job-results/job-results.service.js | 16 +--------------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/awx/ui/client/src/job-results/job-results.partial.html b/awx/ui/client/src/job-results/job-results.partial.html index 6fe760b55e..4788a036c4 100644 --- a/awx/ui/client/src/job-results/job-results.partial.html +++ b/awx/ui/client/src/job-results/job-results.partial.html @@ -36,9 +36,9 @@