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