mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Added missing service
This commit is contained in:
parent
dc24c440e4
commit
2c766b746e
@ -127,7 +127,7 @@ const goToKibana = ($location, $window) => {
|
||||
$window.location.href = $location.absUrl().replace('/wazuh#', '/kibana#');
|
||||
};
|
||||
|
||||
const getIp = (Promise, courier, config, $q, $rootScope, $window, $location, Private, appState, genericReq) => {
|
||||
const getIp = (Promise, courier, config, $q, $rootScope, $window, $location, Private, appState, genericReq,errorHandler) => {
|
||||
let deferred = $q.defer();
|
||||
if (healthCheck($window, $rootScope)) {
|
||||
deferred.reject();
|
||||
|
Loading…
Reference in New Issue
Block a user