From be5fe69f0bee169842ac4bf3639b982969453f27 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 13 Aug 2025 23:06:43 +0330 Subject: [PATCH] feat(web): Conditionally display IP limit UI based on service status --- core/scripts/webpanel/templates/users.html | 25 ++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/core/scripts/webpanel/templates/users.html b/core/scripts/webpanel/templates/users.html index 839c9f9..45def16 100644 --- a/core/scripts/webpanel/templates/users.html +++ b/core/scripts/webpanel/templates/users.html @@ -76,7 +76,7 @@ Expiry Date Expiry Days Enable - Unlimited IP + Unlimited IP Configs Actions @@ -108,7 +108,7 @@ {% endif %} - + {% if user['unlimited_ip'] %} {% else %} @@ -181,7 +181,7 @@ -
+ @@ -221,7 +221,7 @@
-
+ @@ -258,6 +258,19 @@