mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-28 02:41:49 -05:00
AC-331 Inventories Groups tab just about completed
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user