wazuh-kibana-app/public/controllers/dashboard.js
2017-05-25 18:29:54 +02:00

8 lines
259 B
JavaScript

// Require config
var app = require('ui/modules').get('app/wazuh', []);
import chrome from 'ui/chrome';
app.controller('dashboardController', function ($scope, $location) {
$scope.dashboardURL = chrome.addBasePath("/app/kibana#/dashboards?embed=true");
});