This commit is contained in:
Jesús Ángel González 2018-03-22 15:31:27 +01:00
parent a14a90c92c
commit 1a74a6ef5f

View File

@ -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';