mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
acded327e3
commit
a06568ce41
@ -223,6 +223,10 @@ class Menu implements RecursiveIterator
|
|||||||
'url' => 'config/modules',
|
'url' => 'config/modules',
|
||||||
'priority' => 400
|
'priority' => 400
|
||||||
));
|
));
|
||||||
|
$section->add(t('Security'), array(
|
||||||
|
'url' => 'security',
|
||||||
|
'priority' => 500
|
||||||
|
));
|
||||||
|
|
||||||
if (Logger::writesToFile()) {
|
if (Logger::writesToFile()) {
|
||||||
$section->add(t('Application Log'), array(
|
$section->add(t('Application Log'), array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user