mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user