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.

This commit is contained in:
Chris Houseknecht 2014-04-09 12:04:56 -04:00
parent 1b7e9167ec
commit 2e572e51da

View File

@ -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