mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
Changed label on Inventories tab for has_active_failures to 'Failed Jobs?'
This commit is contained in:
@@ -33,7 +33,7 @@ angular.module('InventoriesListDefinition', [])
|
|||||||
sourceField: 'name'
|
sourceField: 'name'
|
||||||
},
|
},
|
||||||
has_active_failures: {
|
has_active_failures: {
|
||||||
label: 'Host Status',
|
label: 'Failed Jobs?',
|
||||||
showValue: false,
|
showValue: false,
|
||||||
text: 'Failed jobs',
|
text: 'Failed jobs',
|
||||||
ngShow: "\{\{ inventory.has_active_failures \}\}",
|
ngShow: "\{\{ inventory.has_active_failures \}\}",
|
||||||
|
|||||||
Reference in New Issue
Block a user