From 34d5fad7c06e3f402dd6bfa8d8026c878f574e46 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Thu, 24 Oct 2019 14:02:27 +0200 Subject: [PATCH] =?UTF-8?q?Add=20"User=20Groups=E2=80=9D=20menu=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configuration.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.php b/configuration.php index e307dedf..64aae842 100644 --- a/configuration.php +++ b/configuration.php @@ -32,6 +32,10 @@ namespace Icinga\Module\Eagle 'url' => 'eagle/users', 'priority' => 60 ]); + $section->add(N_('User Groups'), [ + 'url' => 'eagle/usergroups', + 'priority' => 70 + ]); // TODO: Switch to from='ipl' prior release! $this->requireCssFile('balls.less', 'ipldev');