AC-351 Latest changes.

This commit is contained in:
chouseknecht
2013-08-30 14:15:54 -04:00
parent 67ae8effa4
commit 51333c0a8a
7 changed files with 131 additions and 111 deletions

View File

@@ -22,7 +22,9 @@ angular.module('ProjectsListDefinition', [])
fields: {
name: {
key: true,
label: 'Name'
label: 'Name',
badgeIcon: "\{\{ 'icon-failures-' + project.last_update_failed \}\}",
badgePlacement: 'left'
},
description: {
label: 'Description'
@@ -54,7 +56,7 @@ angular.module('ProjectsListDefinition', [])
label: 'Update',
icon: 'icon-cloud-download',
"class": 'btn-xs btn-success',
ngClick: 'scmUpdate(\{\{ project.id \}\})',
ngClick: 'SCMUpdate(\{\{ project.id \}\})',
awToolTip: 'Perform an SCM update on this project'
},