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