mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Fix typo
This commit is contained in:
parent
5dd8e2d9b6
commit
3d8034fb3d
@ -108,7 +108,7 @@ app.controller('healthCheck', function ($scope, $rootScope, $timeout, $location,
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.goApp = () => $location.path($rootScope.previousLocation || '/overview');
|
$scope.goApp = () => $location.path($rootScope.previousLocation || '/');
|
||||||
|
|
||||||
$scope.results = [];
|
$scope.results = [];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user