wazuh-kibana-app/public/controllers/agentsFim.js

6 lines
183 B
JavaScript

// Require config
var app = require('ui/modules').get('app/wazuh', []);
app.controller('fimController', function ($scope, $q, DataFactory, errlog) {
$scope._fimEvent = 'all'
});