Changed 'failed jobs' to 'view failures' on Inventories tab -making it consistent with Hosts list.

This commit is contained in:
chouseknecht 2013-06-27 14:33:08 -04:00
parent a48f2cb236
commit 5500a5647d

View File

@ -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 \}\}',