mirror of
https://github.com/ansible/awx.git
synced 2026-01-26 16:11:30 -03: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:
parent
9b0fe1b015
commit
7788d45088
@ -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()",
|
||||
|
||||
@ -26,15 +26,15 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
|
||||
collapseOpen: true,
|
||||
|
||||
actions: {
|
||||
scm_update: {
|
||||
mode: 'edit',
|
||||
ngClick: 'SCMUpdate()',
|
||||
awToolTip: "{{ scm_update_tooltip }}",
|
||||
dataTipWatch: "scm_update_tooltip",
|
||||
ngClass: "scm_type_class",
|
||||
dataPlacement: 'top',
|
||||
ngDisabled: "scm_type.value === 'manual' "
|
||||
},
|
||||
// scm_update: {
|
||||
// mode: 'edit',
|
||||
// ngClick: 'SCMUpdate()',
|
||||
// awToolTip: "{{ scm_update_tooltip }}",
|
||||
// dataTipWatch: "scm_update_tooltip",
|
||||
// ngClass: "scm_type_class",
|
||||
// dataPlacement: 'top',
|
||||
// ngDisabled: "scm_type.value === 'manual' "
|
||||
// },
|
||||
stream: {
|
||||
'class': "btn-primary btn-xs activity-btn",
|
||||
ngClick: "showActivity()",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user