From 1cf124b93e115a5cb71faeaf292bdb58188f59cb Mon Sep 17 00:00:00 2001 From: baoweise-bot Date: Fri, 5 Jun 2026 19:41:31 +0800 Subject: [PATCH] fix: remove horizontal scrollbar and drop Latency, ASN, and Network Quality columns --- vpngate_manager.py | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/vpngate_manager.py b/vpngate_manager.py index 1e07af1..b580873 100644 --- a/vpngate_manager.py +++ b/vpngate_manager.py @@ -2266,7 +2266,6 @@ INDEX_HTML = r""" width: 100%; border-collapse: collapse; text-align: left; - min-width: 1330px; table-layout: fixed; } @@ -2678,15 +2677,12 @@ INDEX_HTML = r""" - - + - - - - + + - + @@ -3318,12 +3314,9 @@ function render(){ return ` - - - - - + +
状态延迟状态 IP 地址 : 端口物理位置ASN运营主体 / ISP网络质量物理位置运营主体 / ISP IP 类型操作操作
${badgeText}${latencyText} ${esc(n.ip||n.remote_host)}:${n.remote_port||""}${esc(displayLocation)}${esc(n.asn||"-")}${esc(n.owner||n.as_name||"-")}${esc(translateQuality(n.quality))}${esc(displayLocation)}${esc(n.owner||n.as_name||"-")} ${esc(translateIpType(n.ip_type))}