From 75f6de91b6aaea28fee19e4955017b83873955f7 Mon Sep 17 00:00:00 2001 From: nessi Date: Mon, 17 Aug 2026 19:28:14 +0200 Subject: [PATCH] refactor: move I/O pressure panel into RAID section and capacity panel into categories section with DOM restructuring script Remove max-width:calc(50% - 6px) from #ioPressurePanel and set max-width:none. Add .datastore-grid>.datastore-panel>.datastore-capacity and .datastore-grid>.raid-panel>#ioPressurePanel margin/padding rules. Add DOMContentLoaded script to select datastore root/grid/capacity/pressure elements, identify categories and raid sections from grid.children[0]/[1], and prepend capacity to --- templates/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index fff550a..9189314 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,11 +1,14 @@ +