mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Inventory refactor: now all nodes in group tree have an icon. same for job events view.
This commit is contained in:
@@ -57,7 +57,7 @@ angular.module('ChildrenHelper', ['RestServices', 'Utilities'])
|
||||
// Expand: lookup and display children
|
||||
expand(clicked);
|
||||
}
|
||||
else {
|
||||
else if (/minus-square-o/.test(set[clicked]['ngicon'])) {
|
||||
collapse(clicked);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user