mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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) {
|
||||
ksort($this->dashlets);
|
||||
$dashlets = $this->dashlets;
|
||||
ksort($dashlets);
|
||||
return $dashlets;
|
||||
}
|
||||
|
||||
return $this->dashlets;
|
||||
|
Loading…
x
Reference in New Issue
Block a user