mirror of
https://github.com/ansible/awx.git
synced 2026-04-08 03:29:21 -02:30
AC-352 First pass at SCM integration
This commit is contained in:
@@ -41,6 +41,7 @@ angular.module('ProjectsListDefinition', [])
|
||||
},
|
||||
|
||||
fieldActions: {
|
||||
|
||||
edit: {
|
||||
label: 'Edit',
|
||||
ngClick: "editProject(\{\{ project.id \}\})",
|
||||
@@ -48,6 +49,14 @@ angular.module('ProjectsListDefinition', [])
|
||||
"class": 'btn-xs btn-default',
|
||||
awToolTip: 'View/edit project'
|
||||
},
|
||||
|
||||
scm_update: {
|
||||
label: 'Update',
|
||||
icon: 'icon-cloud-download',
|
||||
"class": 'btn-xs btn-success',
|
||||
ngClick: 'scmUpdate(\{\{ project.id \}\})',
|
||||
awToolTip: 'Perform an SCM update on this project'
|
||||
},
|
||||
|
||||
"delete": {
|
||||
label: 'Delete',
|
||||
|
||||
Reference in New Issue
Block a user