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