mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Changed queued job 'cancel' to 'delete'.
This commit is contained in:
parent
9472c06ccc
commit
46c7a8f433
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user