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