mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-09 15:04:28 +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) {
|
foreach ($navigation as $dashboardPane) {
|
||||||
/** @var DashboardPane $dashboardPane */
|
/** @var DashboardPane $dashboardPane */
|
||||||
$pane = new Pane($dashboardPane->getLabel());
|
$pane = new Pane($dashboardPane->getLabel());
|
||||||
foreach ($dashboardPane->getDashlets() as $title => $url) {
|
foreach ($dashboardPane->getDashlets(false) as $title => $url) {
|
||||||
$pane->addDashlet($title, $url);
|
$pane->addDashlet($title, $url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user