Latest UI changes. Add button labels on all pages.

This commit is contained in:
chouseknecht
2013-05-24 07:43:06 -04:00
parent 8b919b666f
commit b4709c5138
33 changed files with 2351 additions and 518 deletions

View File

@@ -160,23 +160,26 @@ angular.module('JobFormDefinition', [])
statusActions: {
refresh: {
label: 'Refresh',
icon: 'icon-refresh',
ngClick: "refresh()",
class: 'btn-small',
class: 'btn-small btn-success',
awToolTip: 'Refresh job status & output',
mode: 'all'
},
summary: {
label: 'Hosts',
icon: 'icon-filter',
ngClick: "jobSummary()",
class: 'btn-success btn-small',
class: 'btn-info btn-small',
awToolTip: 'View host summary',
mode: 'all'
},
events: {
label: 'Events',
icon: 'icon-list-ul',
ngClick: "jobEvents()",
class: 'btn-success btn-small',
class: 'btn-info btn-small',
awToolTip: 'View job events',
mode: 'all',
}