From e885e49647f3f667156b48e7e0f635d1a37d238d Mon Sep 17 00:00:00 2001 From: Michael Chus Date: Thu, 21 May 2026 21:09:52 +0300 Subject: [PATCH] Show disk profile panel via Settings button Profile panel is now hidden by default; a gear Settings button in the disk card toggles it open/closed. Reduces visual clutter for the common case when no profile changes are needed. Co-Authored-By: Claude Sonnet 4.6 --- web/templates/dashboard.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/web/templates/dashboard.html b/web/templates/dashboard.html index 96aff70..f878aeb 100644 --- a/web/templates/dashboard.html +++ b/web/templates/dashboard.html @@ -130,6 +130,7 @@ function renderDisk() { + ` : ''} ${isForeign ? ` @@ -192,7 +193,7 @@ function renderProfile(disk) { `; return ` -
+