mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
return url;
|
||||
},
|
||||
childHostsUrl: function(id, failed){
|
||||
var url = GetBasePath('groups') + id + '/hosts' +
|
||||
var url = GetBasePath('groups') + id + '/all_hosts' +
|
||||
(failed === 'true' ? '?has_active_failures=true' : '?');
|
||||
return url;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user