From 2e572e51da60bf1189f4c700528a39e96eea6a4f Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 9 Apr 2014 12:04:56 -0400 Subject: [PATCH] Cleanup of 'loading' and 'no records matching your search'. Removed 'group' from group host status messages. Fixed conflict between group edit and host edit dialogs that caused variable editor to sometimes not display on host edit. --- awx/ui/static/js/helpers/Groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/helpers/Groups.js b/awx/ui/static/js/helpers/Groups.js index 57c23472d5..1779eb8045 100644 --- a/awx/ui/static/js/helpers/Groups.js +++ b/awx/ui/static/js/helpers/Groups.js @@ -110,7 +110,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', ' failures = false; if (total_hosts === 0) { // no hosts - tip = "Group contains 0 hosts."; + tip = "Contains 0 hosts."; html_class = 'none'; } else { // many hosts with 0 failures