mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -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
|
collapseOpenFirst: true, //Always open first panel
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
submit: {
|
// submit: {
|
||||||
ngClick: 'launch()',
|
// ngClick: 'launch()',
|
||||||
awToolTip: 'Start a job using this template',
|
// awToolTip: 'Start a job using this template',
|
||||||
dataPlacement: 'top',
|
// dataPlacement: 'top',
|
||||||
mode: 'edit'
|
// mode: 'edit'
|
||||||
},
|
// },
|
||||||
stream: {
|
stream: {
|
||||||
'class': "btn-primary btn-xs activity-btn",
|
'class': "btn-primary btn-xs activity-btn",
|
||||||
ngClick: "showActivity()",
|
ngClick: "showActivity()",
|
||||||
|
|||||||
@@ -26,15 +26,15 @@ angular.module('ProjectFormDefinition', ['SchedulesListDefinition'])
|
|||||||
collapseOpen: true,
|
collapseOpen: true,
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
scm_update: {
|
// scm_update: {
|
||||||
mode: 'edit',
|
// mode: 'edit',
|
||||||
ngClick: 'SCMUpdate()',
|
// ngClick: 'SCMUpdate()',
|
||||||
awToolTip: "{{ scm_update_tooltip }}",
|
// awToolTip: "{{ scm_update_tooltip }}",
|
||||||
dataTipWatch: "scm_update_tooltip",
|
// dataTipWatch: "scm_update_tooltip",
|
||||||
ngClass: "scm_type_class",
|
// ngClass: "scm_type_class",
|
||||||
dataPlacement: 'top',
|
// dataPlacement: 'top',
|
||||||
ngDisabled: "scm_type.value === 'manual' "
|
// ngDisabled: "scm_type.value === 'manual' "
|
||||||
},
|
// },
|
||||||
stream: {
|
stream: {
|
||||||
'class': "btn-primary btn-xs activity-btn",
|
'class': "btn-primary btn-xs activity-btn",
|
||||||
ngClick: "showActivity()",
|
ngClick: "showActivity()",
|
||||||
|
|||||||
Reference in New Issue
Block a user