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
37b912ed68
commit
6ec29c34ea
@ -60,8 +60,8 @@ app.controller('rulesController', function ($timeout, $scope, $rootScope, $sce,
|
|||||||
if(!$scope.$$phase) $scope.$digest();
|
if(!$scope.$$phase) $scope.$digest();
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.analizeRules = async search => {
|
$scope.analyzeRules = async search => {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if(search && search.length <= 1) return $scope.rulesAutoComplete.items;
|
if(search && search.length <= 1) return $scope.rulesAutoComplete.items;
|
||||||
await $timeout(200);
|
await $timeout(200);
|
||||||
|
Loading…
Reference in New Issue
Block a user