From 7792715dc41d147bf80fed41a5e5cd024f9b6dd6 Mon Sep 17 00:00:00 2001 From: lolka1333 Date: Wed, 29 Apr 2026 02:06:57 +0200 Subject: [PATCH] fix(ui): align traffic/expiry cell columns across all rows --- web/html/component/aClientTable.html | 50 +++++++++++------------- web/html/inbounds.html | 57 ++++++++++++++++++++-------- web/html/xray.html | 2 +- 3 files changed, 65 insertions(+), 44 deletions(-) diff --git a/web/html/component/aClientTable.html b/web/html/component/aClientTable.html index 0e32d45c..19915f51 100644 --- a/web/html/component/aClientTable.html +++ b/web/html/component/aClientTable.html @@ -83,24 +83,22 @@ - - - - - - - - -
[[ SizeFormatter.sizeFormat(getSumStats(record, client.email)) ]] - - - - - - - - -
+
+
[[ SizeFormatter.sizeFormat(getSumStats(record, client.email)) ]]
+
+ +
+
+ +
+
+ +
+
+ + +
+
@@ -114,15 +112,13 @@ {{ i18n "pages.client.delayedStart" }} [[ IntlUtil.formatDate(client.expiryTime) ]] - - - - - - -
[[ IntlUtil.formatRelativeTime(client.expiryTime) ]] - - [[ client.reset + "d" ]]
+
+
[[ IntlUtil.formatRelativeTime(client.expiryTime) ]]
+
+ +
+
[[ client.reset + "d" ]]
+