wazuh-kibana-app/public/controllers/agentsFim.js
2017-06-07 12:02:08 +02:00

7 lines
184 B
JavaScript

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