mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Changed 'failed jobs' to 'view failures' on Inventories tab -making it consistent with Hosts list.
This commit is contained in:
parent
a48f2cb236
commit
5500a5647d
@ -35,7 +35,7 @@ angular.module('InventoriesListDefinition', [])
|
||||
has_active_failures: {
|
||||
label: 'Failed Jobs?',
|
||||
showValue: false,
|
||||
text: 'Failed jobs',
|
||||
text: 'View failures',
|
||||
ngShow: "\{\{ inventory.has_active_failures \}\}",
|
||||
icon: 'icon-exclamation-sign',
|
||||
"class": 'active-failures-\{\{ inventory.has_active_failures \}\}',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user