mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-06-09 08:42:14 -04:00
Add "Service Groups" to menu
This commit is contained in:
parent
7c5afffa32
commit
d802888eb8
1 changed files with 4 additions and 0 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue