mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-02-19 02:34:05 -05:00
5 lines
133 B
PHP
5 lines
133 B
PHP
<?php
|
|
|
|
$section = $this->menuSection(N_('History'));
|
|
$section->add($this->translate('Graphite'))->setUrl('graphite/show/overview');
|
|
|