We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0da42 commit 092bbafCopy full SHA for 092bbaf
library/Icinga/Common/Database.php
@@ -64,7 +64,6 @@ protected function getDb()
64
65
$insert->values(array_combine($insert->getColumns(), $values));
66
});
67
-
68
}
69
70
return $conn;
library/Icinga/Web/Dashboard/Pane.php
@@ -117,8 +117,7 @@ public function loadDashboardEntries(string $name = '')
117
118
$this->addEntry($newDashlet);
119
120
- if (
121
- Modules\DashletManager::isOrphaned($newDashlet)
+ if (Modules\DashletManager::isOrphaned($newDashlet)
122
|| (
123
$newDashlet->isModuleDashlet()
124
&& $dashlet->system_module_dashlet_id === null
0 commit comments