Inventory refactor: now all nodes in group tree have an icon. same for job events view.

This commit is contained in:
Chris Houseknecht
2014-01-10 22:44:12 +00:00
parent 8279012ffa
commit 6d205213db
7 changed files with 22 additions and 14 deletions

View File

@@ -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);
}
}