mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
This commit is contained in:
parent
c8abafc108
commit
358662765e
@ -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;
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user