mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
Fetching alerts when come back from syscheck files
This commit is contained in:
parent
e4a9b1c6b1
commit
ef52617edb
@ -201,6 +201,11 @@ export class AgentsController {
|
||||
|
||||
this.$scope.switchSyscheckFiles = () => {
|
||||
this.$scope.showSyscheckFiles = !this.$scope.showSyscheckFiles;
|
||||
if(!this.$scope.showSyscheckFiles) {
|
||||
this.$rootScope.$emit('changeTabView', {
|
||||
tabView: this.$scope.tabView
|
||||
});
|
||||
}
|
||||
if(!this.$scope.$$phase) this.$scope.$digest();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user