From 289658e11219ce7cd77cbc170f05b222494ee739 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 11 Sep 2015 15:22:45 +0200 Subject: [PATCH] Menu: move from Reporting to Overview --- configuration.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.php b/configuration.php index 1be4969..9df3967 100644 --- a/configuration.php +++ b/configuration.php @@ -1,6 +1,7 @@ menuSection($this->translate('Reporting')) +$section = $this->menuSection(mt('monitoring', 'Overview')) ->add($this->translate('Business Processes')) + ->setPriority(45) ->setUrl('businessprocess');