From 25ea00d5259f2fe846c2c77e75c4148280a00777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90lexander=20Kiselev?= Date: Fri, 20 Dec 2024 17:33:56 +0300 Subject: [PATCH] Added ip limit data and controls to client info modal --- 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 @@