mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
Added missing function
This commit is contained in:
parent
bc76a1d651
commit
5dc6805021
@ -158,6 +158,13 @@ function ($scope, $location, $rootScope, Notifier, appState, genericReq, apiReq,
|
||||
.catch(error => notify.error(error.message));
|
||||
};
|
||||
|
||||
$scope.goGroups = agent => {
|
||||
$rootScope.globalAgent = agent;
|
||||
$rootScope.comeFrom = 'agents';
|
||||
$location.search('tab', 'groups');
|
||||
$location.path('/manager');
|
||||
};
|
||||
|
||||
//Load
|
||||
try {
|
||||
$scope.getAgent();
|
||||
|
Loading…
Reference in New Issue
Block a user