mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
Clearing filters when path is changed
This commit is contained in:
parent
3ac2aa64fa
commit
0ad9cf14d5
@ -198,6 +198,7 @@ app.directive('wazuhTable', function() {
|
||||
};
|
||||
|
||||
$scope.$on('wazuhUpdateInstancePath',(event,parameters) => {
|
||||
instance.filters = [];
|
||||
instance.path = parameters.path;
|
||||
return init();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user