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');