mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 05:15:02 -02:30
Projects
Add SCM Update button to project detail page: https://trello.com/c/MXrKSBbD/19-should-be-able-to-perform-actions-on-detail-pages
This commit is contained in:
@@ -21,6 +21,14 @@ 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'
|
||||
},
|
||||
stream: {
|
||||
'class': "btn-primary btn-xs activity-btn",
|
||||
ngClick: "showActivity()",
|
||||
|
||||
Reference in New Issue
Block a user