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' } }