mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-08 18:53:52 +00:00
8 lines
259 B
JavaScript
8 lines
259 B
JavaScript
// Require config
|
|
let 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");
|
|
});
|