mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 05:14:25 +02:00
DashboardPane: Fix that ordering dashlets is persistent
This commit is contained in:
parent
b63a956a38
commit
8c8af9cd50
@ -44,7 +44,9 @@ class DashboardPane extends NavigationItem
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($ordered) {
|
if ($ordered) {
|
||||||
ksort($this->dashlets);
|
$dashlets = $this->dashlets;
|
||||||
|
ksort($dashlets);
|
||||||
|
return $dashlets;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->dashlets;
|
return $this->dashlets;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user