diff --git a/library/Icinga/Web/Dashboard/ItemList/DashboardList.php b/library/Icinga/Web/Dashboard/ItemList/DashboardList.php index 8d36bb9c8..91df8de4a 100644 --- a/library/Icinga/Web/Dashboard/ItemList/DashboardList.php +++ b/library/Icinga/Web/Dashboard/ItemList/DashboardList.php @@ -23,6 +23,9 @@ class DashboardList extends ItemListControl public function __construct(Pane $pane) { $this->pane = $pane; + if (! $this->pane->hasEntries()) { + $this->pane->loadDashboardEntries(); + } $this->getAttributes() ->registerAttributeCallback('data-icinga-pane', function () {