From c31b976f010b18760f57818e7a46883c3a3a5e4e Mon Sep 17 00:00:00 2001 From: sneak Date: Mon, 23 Feb 2026 00:43:59 +0700 Subject: [PATCH] Widen host name column from w-48 to w-72 Prevents truncation of longer endpoint names like the S3/GCS regional identifiers. --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index f8ca6a6..236a38e 100644 --- a/src/main.js +++ b/src/main.js @@ -402,7 +402,7 @@ function hostRowHTML(host, index) { return `
-
+
${host.name}