mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 01:45:18 +00:00
Fix condition
This commit is contained in:
parent
9871cacf2d
commit
24bebca315
@ -375,12 +375,6 @@ export class AgentsController {
|
||||
|
||||
this.$scope.switchSyscheckFiles = () => {
|
||||
this.$scope.showSyscheckFiles = !this.$scope.showSyscheckFiles;
|
||||
if (!this.$scope.showSyscheckFiles) {
|
||||
this.$scope.$emit('changeTabView', {
|
||||
tabView: this.$scope.tabView,
|
||||
tab: this.$scope.tab
|
||||
});
|
||||
}
|
||||
this.$scope.$applyAsync();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user