Menu: move from Reporting to Overview

This commit is contained in:
Thomas Gelf 2015-09-11 15:22:45 +02:00
parent 60ff12b42e
commit 289658e112

View file

@ -1,6 +1,7 @@
<?php
$section = $this->menuSection($this->translate('Reporting'))
$section = $this->menuSection(mt('monitoring', 'Overview'))
->add($this->translate('Business Processes'))
->setPriority(45)
->setUrl('businessprocess');