Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed Mar 2, 2021
1 parent bec825a commit 457ad3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/Icinga/Web/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Icinga\Authentication\Auth;
use Icinga\Common\Database;
use Icinga\Web\Navigation\Navigation;
use ipl\Sql\Filter\IsNull;
use ipl\Sql\Select;

/**
Expand Down Expand Up @@ -153,7 +152,7 @@ protected function loadDashboardHomeFromDatabase()
$this->getItem('dashboard')->addChild($this->createItem($dashboardHome->name, [
'label' => t($dashboardHome->name),
'description' => $dashboardHome->name,
'url' => 'dashboard/home?id=' . $dashboardHome->id,
'url' => 'home?name=' . $dashboardHome->name . '&id=' . $dashboardHome->id,
'priority' => $priority
]));

Expand Down

0 comments on commit 457ad3e

Please sign in to comment.