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 @@
| 그룹 | -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 || '-'} |