Skip to content

Commit 5e2d551

Browse files
author
jacquesbach
committed
Change gridstack cell height
1 parent 0d0a8f2 commit 5e2d551

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/js/layout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let currentPw = "";
44
// 1. Grid initialisieren
55
function initGridstack() {
66
dashboardGrid = GridStack.init({
7-
cellHeight: 110,
7+
cellHeight: 50,
88
margin: 20,
99
animate: true,
1010
staticGrid: true,
@@ -129,5 +129,5 @@ document.addEventListener("DOMContentLoaded", async () => {
129129
setInterval(() => { if (typeof fetchData === "function") fetchData(); }, 60000);
130130
setInterval(() => { if (typeof updatePeaks === "function") updatePeaks(); }, 60000);
131131
setInterval(() => { if (typeof checkLoadingStatus === "function") checkLoadingStatus(); }, 500);
132-
132+
133133
});

0 commit comments

Comments
 (0)