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
0e7b493cd9
commit
9727b3c0e7
@ -399,7 +399,7 @@ app.controller('settingsController', function ($scope, $rootScope, $http, $route
|
||||
const data = await genericReq.request('GET', `/api/wazuh-elastic/updatePattern/${newIndexPattern}`);
|
||||
appState.setCurrentPattern(newIndexPattern);
|
||||
$scope.$emit('updatePattern', {});
|
||||
notify.info('Successfully changed the default index-pattern');
|
||||
errorHandler.info('Successfully changed the default index-pattern','Settings');
|
||||
$scope.selectedIndexPattern = newIndexPattern;
|
||||
if(!$scope.$$phase) $scope.$digest();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user