mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-06-27 18:30:47 -04:00
5 lines
147 B
PHP
5 lines
147 B
PHP
<?php
|
|
|
|
$section = $this->menuSection(mt('monitoring', 'History'));
|
|
$section->add($this->translate('Graphite'))->setUrl('graphite/show/overview');
|
|
|