From 46c7a8f4330cae28e61e2e1adffa9cfa80d49c3a Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Mon, 31 Mar 2014 11:35:29 -0400 Subject: [PATCH] Changed queued job 'cancel' to 'delete'. --- awx/ui/static/js/lists/QueuedJobs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/lists/QueuedJobs.js b/awx/ui/static/js/lists/QueuedJobs.js index 3ed336d514..60179715c2 100644 --- a/awx/ui/static/js/lists/QueuedJobs.js +++ b/awx/ui/static/js/lists/QueuedJobs.js @@ -80,10 +80,10 @@ angular.module('QueuedJobsDefinition', []) awToolTip: 'Relaunch using the same parameters', dataPlacement: 'top' }, - cancel: { + "delete": { mode: 'all', ngClick: 'deleteJob(queued_job.id)', - awToolTip: 'Cancel the job', + awToolTip: 'Delete the job', dataPlacement: 'top' } }