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',
|
awToolTip: 'Relaunch using the same parameters',
|
||||||
dataPlacement: 'top'
|
dataPlacement: 'top'
|
||||||
},
|
},
|
||||||
cancel: {
|
"delete": {
|
||||||
mode: 'all',
|
mode: 'all',
|
||||||
ngClick: 'deleteJob(queued_job.id)',
|
ngClick: 'deleteJob(queued_job.id)',
|
||||||
awToolTip: 'Cancel the job',
|
awToolTip: 'Delete the job',
|
||||||
dataPlacement: 'top'
|
dataPlacement: 'top'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user