mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +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',
|
'layout/menu.phtml',
|
||||||
'default',
|
'default',
|
||||||
array(
|
array(
|
||||||
'menuRenderer' => Icinga::app()->getMenu()->getRenderer()
|
'menuRenderer' => Icinga::app()->getMenu()->getRenderer()->setUseStandardItemRenderer()
|
||||||
)
|
)
|
||||||
) ?>
|
) ?>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user