mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-25 09:09:34 -05:00
9 lines
237 B
PHP
9 lines
237 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$section = $this->menuSection($this->translate('Availability'), array(
|
||
|
|
'icon' => 'img/icons/servicegroup.png',
|
||
|
|
'priority' => 40
|
||
|
|
));
|
||
|
|
$section->add($this->translate('Business Processes'))->setUrl('bpapp/process/show');
|
||
|
|
|