From a48f2cb2361dc2786ed459d290419d6bd9d2dfe8 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Thu, 27 Jun 2013 14:30:19 -0400 Subject: [PATCH] Changed label on Inventories tab for has_active_failures to 'Failed Jobs?' --- awx/ui/static/js/lists/Inventories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/lists/Inventories.js b/awx/ui/static/js/lists/Inventories.js index 1ed1c33c2a..feaa2af0a9 100644 --- a/awx/ui/static/js/lists/Inventories.js +++ b/awx/ui/static/js/lists/Inventories.js @@ -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 \}\}",