mirror of
https://github.com/ansible/awx.git
synced 2026-07-30 17:39:57 -02:30
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:
@@ -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()",
|
||||
|
||||
Reference in New Issue
Block a user