mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-24 08:39:34 -05:00
8 lines
237 B
PHP
8 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');
|
|
|