mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03: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:
parent
1b7e9167ec
commit
2e572e51da
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user