mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
AC-331 Inventories Groups tab just about completed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user