Changed label on Inventories tab for has_active_failures to 'Failed Jobs?'

This commit is contained in:
chouseknecht 2013-06-27 14:30:19 -04:00
parent 760aa7bc2b
commit a48f2cb236

View File

@ -33,7 +33,7 @@ angular.module('InventoriesListDefinition', [])
sourceField: 'name'
},
has_active_failures: {
label: 'Host Status',
label: 'Failed Jobs?',
showValue: false,
text: 'Failed jobs',
ngShow: "\{\{ inventory.has_active_failures \}\}",