mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 18:28:55 +00:00
Merge branch '2.0' of github.com:wazuh/wazuh-kibana-app-dev into 2.1
This commit is contained in:
commit
e95c26b3b0
@ -147,8 +147,8 @@ app.controller('agentsController', function ($scope, $q, DataFactory, Notifier,
|
||||
};
|
||||
|
||||
$scope.applyAgent = function (agent) {
|
||||
$scope.load = true;
|
||||
if (agent) {
|
||||
$scope.load = true;
|
||||
if($scope.submenuNavItem == 'preview'){
|
||||
$scope.submenuNavItem = 'overview';
|
||||
$location.search('tab', $scope.submenuNavItem);
|
||||
|
Loading…
Reference in New Issue
Block a user