mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
adding launch button for scan jobs
on inventory properties page. I also adjusted the indentation on the job submission page so that it was completly crazy.
This commit is contained in:
@@ -125,6 +125,12 @@ export default
|
||||
},
|
||||
|
||||
fieldActions: {
|
||||
submit: {
|
||||
label: 'Launch',
|
||||
ngClick: "launchScanJob()",
|
||||
awToolTip: 'Launch the scan job template',
|
||||
'class': 'btn btn-default'
|
||||
},
|
||||
edit: {
|
||||
label: 'Edit',
|
||||
ngClick: "editScanJob()",
|
||||
|
||||
Reference in New Issue
Block a user