mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
Changed 'failed jobs' to 'view failures' on Inventories tab -making it consistent with Hosts list.
This commit is contained in:
@@ -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 \}\}',
|
||||
|
||||
Reference in New Issue
Block a user