This commit is contained in:
Adri Valle 2019-10-08 09:40:12 +02:00
parent 192fba1e96
commit fc0e59e036

View File

@ -157,8 +157,9 @@ export function GroupsController(
$scope.$on('wazuhShowGroup', (ev, parameters) => {
ev.stopPropagation();
$scope.groupsSelectedTab = 'agents';
$scope.groupsTabsProps.selectedTab = 'agents';
return $scope.loadGroup(parameters.group);
});
});;
$scope.$on('wazuhShowGroupFile', (ev, parameters) => {
ev.stopPropagation();