mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Menu.php: Add classes for nav-items to only be shown on mobile
This commit is contained in:
parent
04199915fe
commit
c68fbb662e
@ -33,6 +33,7 @@ class Menu extends Navigation
|
||||
'priority' => 10
|
||||
]);
|
||||
$this->addItem('system', [
|
||||
'cssClass' => 'system-nav-item',
|
||||
'label' => t('System'),
|
||||
'icon' => 'services',
|
||||
'priority' => 700,
|
||||
@ -74,6 +75,7 @@ class Menu extends Navigation
|
||||
]
|
||||
]);
|
||||
$this->addItem('configuration', [
|
||||
'cssClass' => 'configuration-nav-item',
|
||||
'label' => t('Configuration'),
|
||||
'icon' => 'wrench',
|
||||
'permission' => 'config/*',
|
||||
|
Loading…
x
Reference in New Issue
Block a user