From 4cc2ba1630ddf1b132cdd1d432e6762e01e0967c Mon Sep 17 00:00:00 2001 From: asepharyana Date: Thu, 23 Jul 2026 05:58:06 +0700 Subject: [PATCH] fix(infra): remove all fixed grid-column overrides, layout fully auto-flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All cards now auto-arrange in the CSS grid — no hardcoded positions, no fixed widths. Layout adapts naturally to content and screen size. --- infra/dashboard/template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/dashboard/template.html b/infra/dashboard/template.html index c8c40bc..8445106 100644 --- a/infra/dashboard/template.html +++ b/infra/dashboard/template.html @@ -154,7 +154,7 @@ {{if .HasNodeData}} -
+

System Resources

load: {{printf "%.2f" .Node.Load1}} {{printf "%.2f" .Node.Load5}} {{printf "%.2f" .Node.Load15}}
@@ -198,7 +198,7 @@
-
+

Recent Traces

{{.TraceCount}}
{{if .TraceList}}