mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +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 = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user