mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Fix typo
This commit is contained in:
parent
6faafa8aed
commit
19b26d0f1c
@ -23,7 +23,7 @@ const checkTimestamp = async (appState,genericReq,errorHandler,$rootScope,$locat
|
||||
$rootScope.lastRestart = data.data.lastRestart;
|
||||
if(!$rootScope.$$phase) $rootScope.$digest();
|
||||
} else {
|
||||
$rootScope.blankScreenError = 'Your .wazuh.version index is empty or corrupt'
|
||||
$rootScope.blankScreenError = 'Your .wazuh-version index is empty or corrupt.'
|
||||
$location.search('tab',null);
|
||||
$location.path('/blank-screen');
|
||||
}
|
||||
@ -39,8 +39,6 @@ const checkTimestamp = async (appState,genericReq,errorHandler,$rootScope,$locat
|
||||
const settingsWizard = ($rootScope, $location, $q, $window, testAPI, appState, genericReq, errorHandler) => {
|
||||
let deferred = $q.defer();
|
||||
|
||||
|
||||
|
||||
// Save current location if we aren't performing a health-check, to later be able to come back to the same tab
|
||||
if (!$location.path().includes("/health-check")) {
|
||||
$rootScope.previousLocation = $location.path();
|
||||
|
Loading…
Reference in New Issue
Block a user