mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Fix missing module
This commit is contained in:
parent
71f3303ceb
commit
f677908610
@ -166,7 +166,7 @@ app.controller('rulesController', function ($timeout, $scope, $rootScope, Rules,
|
||||
});
|
||||
});
|
||||
|
||||
app.controller('decodersController', function ($scope, $rootScope, $sce, Decoders, DecodersRelated, DecodersAutoComplete, errorHandler, genericReq, appState, csvReq) {
|
||||
app.controller('decodersController', function ($timeout, $scope, $rootScope, $sce, Decoders, DecodersRelated, DecodersAutoComplete, errorHandler, genericReq, appState, csvReq) {
|
||||
$scope.setRulesTab = tab => $rootScope.globalsubmenuNavItem2 = tab;
|
||||
|
||||
//Initialization
|
||||
|
Loading…
Reference in New Issue
Block a user