From 1644904755983ae76fca5bc7466a5da530c37013 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Sat, 21 Jun 2025 15:24:52 +0700 Subject: chore: clients comment improvement - use default ant components instead custom styles - remove comments in inbound info modal (duplicates information) - enhance tooltip usage --- web/html/component/aClientTable.html | 51 +++++++++++++++--------------------- 1 file changed, 21 insertions(+), 30 deletions(-) (limited to 'web/html/component') diff --git a/web/html/component/aClientTable.html b/web/html/component/aClientTable.html index 8ab08679..96bd502f 100644 --- a/web/html/component/aClientTable.html +++ b/web/html/component/aClientTable.html @@ -41,28 +41,28 @@ - - - - - {{ i18n "depleted" }} - {{ i18n "disabled" }} - {{ i18n "online" }} - - - + + + + {{ i18n "depleted" }} + {{ i18n "disabled" }} + {{ i18n "online" }} + + + + [[ client.email ]] - - - - - [[ client.comment ]] - - [[ client.comment.substring(0, 47) + '...' ]] - - [[ client.comment ]] - - + + + + [[ client.comment ]] + + [[ client.comment.substring(0, 47) + '...' ]] + + [[ client.comment ]] + + + @@ -182,15 +182,6 @@ - - - [[ client.email ]] - [[ client.comment ]] - - - - [[ client.email ]] - {{ i18n "pages.inbounds.traffic" }} -- cgit v1.2.3