mirror of
https://github.com/ansible/awx.git
synced 2026-07-09 07:18:05 -02:30
Collapse/expand job_events list using the api parent/child relationship
This commit is contained in:
@@ -52,7 +52,8 @@ angular.module('ansible', [
|
||||
'JobHostDefinition',
|
||||
'GroupsHelper',
|
||||
'HostsHelper',
|
||||
'ParseHelper'
|
||||
'ParseHelper',
|
||||
'ChildrenHelper'
|
||||
])
|
||||
.config(['$routeProvider', function($routeProvider) {
|
||||
$routeProvider.
|
||||
|
||||
Reference in New Issue
Block a user