From e19061d513b8c4fb2207b4a553a96ea086089612 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 4 May 2026 13:20:24 +0200 Subject: TLS: Remove ECH Force Query --- web/html/component/aClientTable.html | 87 +++++++++++++++++++++++++----------- 1 file changed, 60 insertions(+), 27 deletions(-) (limited to 'web/html/component/aClientTable.html') diff --git a/web/html/component/aClientTable.html b/web/html/component/aClientTable.html index 0e32d45c..6e525396 100644 --- a/web/html/component/aClientTable.html +++ b/web/html/component/aClientTable.html @@ -2,30 +2,39 @@ @@ -34,7 +43,7 @@ @@ -165,7 +184,8 @@ {{ i18n "delete"}} - + {{ i18n "enable"}} @@ -179,9 +199,11 @@ {{ i18n "pages.inbounds.traffic" }} - [[ SizeFormatter.sizeFormat(getUpStats(record, client.email) + getDownStats(record, client.email)) ]] + [[ + SizeFormatter.sizeFormat(getUpStats(record, client.email) + getDownStats(record, client.email)) ]] - + @@ -197,11 +219,14 @@ - + - + @@ -216,14 +241,16 @@ - [[ IntlUtil.formatRelativeTime(client.expiryTime) ]] + [[ + IntlUtil.formatRelativeTime(client.expiryTime) ]] - + - + @@ -248,7 +280,8 @@ - + @@ -271,4 +304,4 @@ - -{{end}} +{{end}} \ No newline at end of file -- cgit v1.2.3