AC-331 Inventories Groups tab just about completed

This commit is contained in:
chouseknecht
2013-08-13 17:57:28 -04:00
parent 07280e8abe
commit 22af7cf6b0
8 changed files with 333 additions and 158 deletions

View File

@@ -20,9 +20,9 @@ angular.module('InventoryFormDefinition', [])
fields: {
has_active_failures: {
label: 'Host Status',
label: 'Status',
control: '<div class="job-failures-\{\{ has_active_failures \}\}">' +
'<i class="icon-exclamation-sign"></i> Failed jobs</div>',
'<i class="icon-exclamation-sign"></i> Contains hosts with failed jobs</div>',
type: 'custom',
ngShow: 'has_active_failures',
readonly: true