Add "Service Groups" to menu

This commit is contained in:
Eric Lippmann 2019-11-01 23:10:45 +01:00
parent 7c5afffa32
commit d802888eb8

View file

@ -40,6 +40,10 @@ namespace Icinga\Module\Eagle
'url' => 'eagle/hostgroups',
'priority' => 80
]);
$section->add(N_('Service Groups'), [
'url' => 'eagle/servicegroups',
'priority' => 80
]);
// TODO: Switch to from='ipl' prior release!
$this->requireCssFile('balls.less', 'ipldev');