summaryrefslogtreecommitdiffstats
path: root/configuration.php
blob: 980b24b92eab5f93507c78fc67c91ba0c267b038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

$section = $this->menuSection('Overview', array(
	'priority' => 30,
));
$section->add($this->translate('Status Map'), array(
	'url'      => 'statusmap',
	'priority' => 42
));

$this->provideJsFile('vendor/vis.js');
$this->provideCssFile('vendor/vis.css');