We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0a8f2 commit 5e2d551Copy full SHA for 5e2d551
1 file changed
static/js/layout.js
@@ -4,7 +4,7 @@ let currentPw = "";
4
// 1. Grid initialisieren
5
function initGridstack() {
6
dashboardGrid = GridStack.init({
7
- cellHeight: 110,
+ cellHeight: 50,
8
margin: 20,
9
animate: true,
10
staticGrid: true,
@@ -129,5 +129,5 @@ document.addEventListener("DOMContentLoaded", async () => {
129
setInterval(() => { if (typeof fetchData === "function") fetchData(); }, 60000);
130
setInterval(() => { if (typeof updatePeaks === "function") updatePeaks(); }, 60000);
131
setInterval(() => { if (typeof checkLoadingStatus === "function") checkLoadingStatus(); }, 500);
132
-
+
133
});
0 commit comments