mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Changed queued job 'cancel' to 'delete'.
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user