mirror of
https://github.com/ansible/awx.git
synced 2026-02-21 13:10:11 -03:30
Job templates
Added ability to launch a job from th job template detail page.
This commit is contained in:
@@ -26,6 +26,12 @@ angular.module('JobTemplateFormDefinition', ['SchedulesListDefinition', 'Complet
|
||||
collapseOpen: true, //Always open first panel
|
||||
|
||||
actions: {
|
||||
submit: {
|
||||
ngClick: 'launch()',
|
||||
awToolTip: 'Start a job using this template',
|
||||
dataPlacement: 'top',
|
||||
mode: 'edit'
|
||||
},
|
||||
stream: {
|
||||
'class': "btn-primary btn-xs activity-btn",
|
||||
ngClick: "showActivity()",
|
||||
|
||||
Reference in New Issue
Block a user