mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
parent
a2827e0dd9
commit
6a61d4aa25
@ -488,8 +488,7 @@ class User
|
|||||||
*/
|
*/
|
||||||
public function getNavigation($type)
|
public function getNavigation($type)
|
||||||
{
|
{
|
||||||
$config = Config::navigation($type === 'dashboard-pane' ? 'dashlet' : $type);
|
$config = Config::navigation($type === 'dashboard-pane' ? 'dashlet' : $type, $this->getUsername());
|
||||||
$config->getConfigObject()->setKeyColumn('name');
|
|
||||||
|
|
||||||
if ($type === 'dashboard-pane') {
|
if ($type === 'dashboard-pane') {
|
||||||
$panes = array();
|
$panes = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user