mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-29 02:09:33 -05:00
7 lines
173 B
PHP
7 lines
173 B
PHP
<?php
|
|
|
|
$section = $this->menuSection(mt('monitoring', 'Overview'))
|
|
->add($this->translate('Business Processes'))
|
|
->setPriority(45)
|
|
->setUrl('businessprocess');
|
|
|