Job templates

Added ability to launch a job from th job template detail page.
This commit is contained in:
Chris Houseknecht
2014-07-30 14:05:45 -04:00
parent da6f07dd64
commit 2485f86471
2 changed files with 19 additions and 4 deletions

View File

@@ -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()",