From 1f38392600da6172a8155995f72641d63ef6a504 Mon Sep 17 00:00:00 2001 From: jade Date: Thu, 9 Jul 2026 23:23:05 +0900 Subject: [PATCH] style: Fix Tool List table layout and clipping --- .../main/resources/static/admin/scaffold.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/axhub-gateway/src/main/resources/static/admin/scaffold.html b/axhub-gateway/src/main/resources/static/admin/scaffold.html index b91b296..66b00d0 100644 --- a/axhub-gateway/src/main/resources/static/admin/scaffold.html +++ b/axhub-gateway/src/main/resources/static/admin/scaffold.html @@ -37,8 +37,8 @@ } .container { - max-width: 850px; - width: 100%; + max-width: 1200px; + width: 95%; margin: 0 auto; } @@ -333,11 +333,11 @@ - - - - - + + + + + @@ -424,11 +424,11 @@ tbody.innerHTML = tools.map(t => ` - - - - - + + + + + `).join(''); })
그룹Tool 이름설명Pod 모듈인터페이스 (ID)그룹Tool 이름설명Pod 모듈인터페이스 (ID)
${t.domainGroup || 'UNKNOWN'}${t.toolName}${t.description}${t.podUrl}${t.integrationType} ${t.mciServiceId || '-'}${t.domainGroup || 'UNKNOWN'}${t.toolName}${t.description}${t.podUrl}${t.integrationType} ${t.mciServiceId || '-'}