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:
Chris Houseknecht
2014-08-27 12:16:44 -04:00
parent 1483b022ef
commit be999edef9
3 changed files with 68 additions and 4 deletions

View File

@@ -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()",