From e5c0fe3edf3bc8ee44c13503cc39d4caba735ae9 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 11 Feb 2026 22:21:09 +0100 Subject: bug fix #3785 --- web/html/modals/inbound_info_modal.html | 146 ++++++++++++++++++++++++++++---- 1 file changed, 128 insertions(+), 18 deletions(-) (limited to 'web/html') diff --git a/web/html/modals/inbound_info_modal.html b/web/html/modals/inbound_info_modal.html index 1ab187ee..37f8248a 100644 --- a/web/html/modals/inbound_info_modal.html +++ b/web/html/modals/inbound_info_modal.html @@ -260,15 +260,31 @@ v-if="app.ipLimitEnable && infoModal.clientSettings.limitIp > 0"> {{ i18n "pages.inbounds.IPLimitlog" }} - [[ infoModal.clientIps ]] - - - - - +
+
+ + [[ formatIpInfo(ipInfo) ]] + +
+ [[ infoModal.clientIps || 'No IP Record' + ]] +
+
+ + + + + +
@@ -542,12 +558,73 @@