mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 18:05:20 +00:00
Fix typo
This commit is contained in:
parent
a14a90c92c
commit
1a74a6ef5f
@ -1,7 +1,6 @@
|
||||
let app = require('ui/modules').get('app/wazuh', []);
|
||||
|
||||
app.controller('agentsPreviewController', function ($scope, $rootScope, $routeParams, genericReq, apiReq, appState, Agents, $location, errorHandler) {
|
||||
$scope.submenuNavItem = 'preview';
|
||||
$scope.loading = true;
|
||||
$scope.agents = Agents;
|
||||
$scope.status = 'all';
|
||||
|
Loading…
Reference in New Issue
Block a user