Removing the Launch and Sync button

removing the launch button from the JT form page and the sync project from the project page
This commit is contained in:
Jared Tabor
2015-02-04 14:27:53 -05:00
parent 9b0fe1b015
commit 7788d45088
2 changed files with 15 additions and 15 deletions

View File

@@ -30,12 +30,12 @@ angular.module('JobTemplateFormDefinition', ['SchedulesListDefinition', 'Complet
collapseOpenFirst: true, //Always open first panel
actions: {
submit: {
ngClick: 'launch()',
awToolTip: 'Start a job using this template',
dataPlacement: 'top',
mode: 'edit'
},
// submit: {
// ngClick: 'launch()',
// awToolTip: 'Start a job using this template',
// dataPlacement: 'top',
// mode: 'edit'
// },
stream: {
'class': "btn-primary btn-xs activity-btn",
ngClick: "showActivity()",