icingaweb2-module-businessp.../configuration.php

7 lines
165 B
PHP
Raw Normal View History

<?php
$section = $this->menuSection($this->translate('Reporting'))
->add($this->translate('Business Processes'))
2014-11-30 09:56:58 -05:00
->setUrl('businessprocess/process/show');