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

@@ -18,6 +18,14 @@ angular.module('GroupFormDefinition', [])
formFieldSize: 'col-lg-9',
fields: {
has_active_failures: {
label: 'Status',
control: '<div class="job-failures-\{\{ has_active_failures \}\}">' +
'<i class="icon-exclamation-sign"></i> Contains hosts with failed jobs</div>',
type: 'custom',
ngShow: 'has_active_failures',
readonly: true
},
name: {
label: 'Name',
type: 'text',