mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Fix tabs
This commit is contained in:
parent
192fba1e96
commit
fc0e59e036
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user