mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Enforce the standard nav item renderer for the main menu by default
This commit is contained in:
parent
14ae04b631
commit
e788682c19
@ -25,7 +25,7 @@ if (! $this->auth()->isAuthenticated()) {
|
||||
'layout/menu.phtml',
|
||||
'default',
|
||||
array(
|
||||
'menuRenderer' => Icinga::app()->getMenu()->getRenderer()
|
||||
'menuRenderer' => Icinga::app()->getMenu()->getRenderer()->setUseStandardItemRenderer()
|
||||
)
|
||||
) ?>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user