mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
887bd0b8f0
commit
5b8de49cdf
@ -279,6 +279,11 @@ class Menu implements RecursiveIterator
|
|||||||
'priority' => 990,
|
'priority' => 990,
|
||||||
'renderer' => 'ForeignMenuItemRenderer'
|
'renderer' => 'ForeignMenuItemRenderer'
|
||||||
));
|
));
|
||||||
|
|
||||||
|
$this->add(t('About'), array(
|
||||||
|
'url' => 'about',
|
||||||
|
'priority' => 1000
|
||||||
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user