mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
AC-946 don't refresh hosts when clicking group collapse/expand.
This commit is contained in:
@@ -461,9 +461,6 @@ function InventoriesEdit ($scope, $location, $routeParams, $compile, GenerateLis
|
|||||||
|
|
||||||
$scope.toggle = function(tree_id) {
|
$scope.toggle = function(tree_id) {
|
||||||
// Expand/collapse nodes
|
// 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 });
|
ToggleChildren({ scope: $scope, list: list, id: tree_id });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user