mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
AC-946 don't refresh hosts when clicking group collapse/expand.
This commit is contained in:
parent
8860b5c2ad
commit
97369f3775
@ -461,9 +461,6 @@ function InventoriesEdit ($scope, $location, $routeParams, $compile, GenerateLis
|
||||
|
||||
$scope.toggle = function(tree_id) {
|
||||
// Expand/collapse nodes
|
||||
if (tree_id !== $scope.selected_tree_id) {
|
||||
$scope.showHosts(tree_id, Find({ list: $scope.groups, key: 'id', val: tree_id }).group_id, false);
|
||||
}
|
||||
ToggleChildren({ scope: $scope, list: list, id: tree_id });
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user