mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 10:09:20 -02:30
No longer create\/execute job when template is saved. Execute job from list view by clicking 'play' button. Prompts for missing credential and all required password.
This commit is contained in:
@@ -38,12 +38,18 @@ angular.module('JobTemplatesListDefinition', [])
|
||||
},
|
||||
|
||||
fieldActions: {
|
||||
submit: {
|
||||
icon: 'icon-play',
|
||||
mode: 'all',
|
||||
ngClick: 'submitJob(\{\{ job_template.id \}\})',
|
||||
class: 'btn btn-mini',
|
||||
awToolTip: 'Create and run a job using this template'
|
||||
},
|
||||
edit: {
|
||||
ngClick: "editJobTemplate(\{\{ job_template.id \}\})",
|
||||
icon: 'icon-edit',
|
||||
awToolTip: 'Edit template'
|
||||
},
|
||||
|
||||
delete: {
|
||||
ngClick: "deleteJobTemplate(\{\{ job_template.id \}\},'\{\{ job_template.name \}\}')",
|
||||
icon: 'icon-remove',
|
||||
|
||||
Reference in New Issue
Block a user