From d0796b26c94da1132390446cf7a59c18ff36bb25 Mon Sep 17 00:00:00 2001 From: Ali Golzar <57574919+aliglzr@users.noreply.github.com> Date: Sun, 31 Aug 2025 00:31:57 +0330 Subject: fix(ui): hide Created/Updated columns and fix issues in small displays (#3400) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Hide the “Created” and “Updated” columns in the clients - Ensures the “All-time Traffic” column no longer overlaps with adjacent columns. - Improves layout readability and prevents UI cluttering after the v2.6.7 update. Closes #3399 --- web/html/modals/inbound_info_modal.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'web/html/modals') diff --git a/web/html/modals/inbound_info_modal.html b/web/html/modals/inbound_info_modal.html index 3807be34..fe7d7a82 100644 --- a/web/html/modals/inbound_info_modal.html +++ b/web/html/modals/inbound_info_modal.html @@ -185,6 +185,38 @@ ↑ [[ SizeFormatter.sizeFormat(infoModal.clientStats.up) ]] / [[ SizeFormatter.sizeFormat(infoModal.clientStats.down) ]] ↓ + + {{ i18n "pages.inbounds.createdAt" }} + + + + + + + {{ i18n "pages.inbounds.updatedAt" }} + + + + + {{ i18n "comment" }} -- cgit v1.2.3