mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-09 23:14:25 +02:00
Dashboard: Respect original dashlet order
This commit is contained in:
parent
0cc06d6af9
commit
b63a956a38
@ -77,7 +77,7 @@ class Dashboard extends AbstractWidget
|
||||
foreach ($navigation as $dashboardPane) {
|
||||
/** @var DashboardPane $dashboardPane */
|
||||
$pane = new Pane($dashboardPane->getLabel());
|
||||
foreach ($dashboardPane->getDashlets() as $title => $url) {
|
||||
foreach ($dashboardPane->getDashlets(false) as $title => $url) {
|
||||
$pane->addDashlet($title, $url);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user