mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-08 10:43:51 +00:00
7 lines
226 B
JavaScript
7 lines
226 B
JavaScript
// Require config
|
|
var app = require('ui/modules').get('app/wazuh', []);
|
|
|
|
app.controller('oscapController', function ($scope, DataFactory, errlog, appState) {
|
|
$scope.defaultManagerName = appState.getDefaultManager().name;
|
|
});
|