AC-322 Job list now presents either a Delete or Cancel button based on the job's status. Changed delete icon from icon-remove to icon-trash throughout application.

This commit is contained in:
chouseknecht
2013-07-31 11:53:36 -04:00
parent b1fd10c924
commit 4b8f0c2829
22 changed files with 41 additions and 31 deletions

View File

@@ -52,7 +52,7 @@ angular.module('ProjectsListDefinition', [])
"delete": {
label: 'Delete',
ngClick: "deleteProject(\{\{ project.id \}\},'\{\{ project.name \}\}')",
icon: 'icon-remove',
icon: 'icon-trash',
"class": 'btn-small btn-danger',
awToolTip: 'Delete project'
}