From 02998c5467106959e279f63dc02b83be53e7c469 Mon Sep 17 00:00:00 2001 From: KiselevAlexander Date: Fri, 20 Dec 2024 20:34:30 +0300 Subject: [PATCH] Added ip limit data and controls to client info modal (#2617) --- web/html/xui/inbound_info_modal.html | 59 ++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/web/html/xui/inbound_info_modal.html b/web/html/xui/inbound_info_modal.html index 7796cf1e..1e30aa83 100644 --- a/web/html/xui/inbound_info_modal.html +++ b/web/html/xui/inbound_info_modal.html @@ -185,6 +185,25 @@ ↑ [[ sizeFormat(infoModal.clientStats.up) ]] / [[ sizeFormat(infoModal.clientStats.down) ]] ↓ + + {{ i18n "pages.inbounds.IPLimit" }} + + [[ infoModal.clientSettings.limitIp ]] + + + + {{ i18n "pages.inbounds.IPLimitlog" }} + + [[ infoModal.clientIps ]] + + + + + + + @@ -417,6 +436,18 @@