mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -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: {
|
has_active_failures: {
|
||||||
label: 'Failed Jobs?',
|
label: 'Failed Jobs?',
|
||||||
showValue: false,
|
showValue: false,
|
||||||
text: 'Failed jobs',
|
text: 'View failures',
|
||||||
ngShow: "\{\{ inventory.has_active_failures \}\}",
|
ngShow: "\{\{ inventory.has_active_failures \}\}",
|
||||||
icon: 'icon-exclamation-sign',
|
icon: 'icon-exclamation-sign',
|
||||||
"class": 'active-failures-\{\{ inventory.has_active_failures \}\}',
|
"class": 'active-failures-\{\{ inventory.has_active_failures \}\}',
|
||||||
|
|||||||
Reference in New Issue
Block a user