mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-12 15:33:24 -05:00
Menu: move from Reporting to Overview
This commit is contained in:
parent
60ff12b42e
commit
289658e112
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
$section = $this->menuSection($this->translate('Reporting'))
|
||||
$section = $this->menuSection(mt('monitoring', 'Overview'))
|
||||
->add($this->translate('Business Processes'))
|
||||
->setPriority(45)
|
||||
->setUrl('businessprocess');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue