AC-352 First pass at SCM integration

This commit is contained in:
chouseknecht
2013-08-28 21:38:45 -04:00
parent 51033abe87
commit ee220ba928
9 changed files with 339 additions and 55 deletions

View File

@@ -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',