mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 08:39:34 -05:00
6 lines
165 B
PHP
6 lines
165 B
PHP
<?php
|
|
|
|
$section = $this->menuSection($this->translate('Reporting'))
|
|
->add($this->translate('Business Processes'))
|
|
->setUrl('businessprocess/process/show');
|
|
|