mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
@@ -122,7 +122,7 @@ export default
|
|||||||
},
|
},
|
||||||
getJobEventChildren: function(id){
|
getJobEventChildren: function(id){
|
||||||
var url = GetBasePath('job_events');
|
var url = GetBasePath('job_events');
|
||||||
url = url + id + '/children/';
|
url = url + id + '/children/?order_by=host_name';
|
||||||
Rest.setUrl(url);
|
Rest.setUrl(url);
|
||||||
return Rest.get()
|
return Rest.get()
|
||||||
.success(function(data){
|
.success(function(data){
|
||||||
|
|||||||
Reference in New Issue
Block a user