From ffd995e50b4a5608438765a8986782f73c72e559 Mon Sep 17 00:00:00 2001 From: nessi Date: Mon, 17 Aug 2026 19:31:08 +0200 Subject: [PATCH] refactor: wrap RAID and I/O pressure panels in flex column container with stretch alignment and remove bottom margin from I/O panel Add .datastore-grid align-items:stretch and .datastore-right-stack flex column with gap:12px/min-height:100%. Set .datastore-right-stack .raid-panel flex:1/margin:0 and #ioPressurePanel flex:0 0 auto. Remove margin:0 0 12px from #ioPressurePanel base rule. Add DOMContentLoaded script to create datastore-right-stack div, replaceChild raid panel with stack in grid, and append pressure/ --- templates/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 9189314..6339221 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ +