mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-20 23:00:16 -05:00
6 lines
152 B
PHP
6 lines
152 B
PHP
<?php
|
|
|
|
$section = $this->menuSection($this->translate('Reporting'))
|
|
->add($this->translate('Business Processes'))
|
|
->setUrl('businessprocess');
|
|
|