From 5500a5647d169108c8615281eaf87bb037855794 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Thu, 27 Jun 2013 14:33:08 -0400 Subject: [PATCH] Changed 'failed jobs' to 'view failures' on Inventories tab -making it consistent with Hosts list. --- 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 feaa2af0a9..bbebe058cb 100644 --- a/awx/ui/static/js/lists/Inventories.js +++ b/awx/ui/static/js/lists/Inventories.js @@ -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 \}\}',