From e33bb4c590ab5e199c581883cd67c806124cf802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A1=D0=B0?= =?UTF-8?q?=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Mon, 22 Sep 2025 17:46:14 +0300 Subject: [PATCH] fix: max port 65 531 -> 65 535 --- web/html/form/inbound.html | 9 +++++---- web/html/form/stream/external_proxy.html | 10 ++++++---- web/html/modals/xray_dns_modal.html | 9 +++++---- web/html/settings/panel/general.html | 6 ++++-- web/html/settings/panel/subscription/general.html | 11 ++++------- 5 files changed, 24 insertions(+), 21 deletions(-) diff --git a/web/html/form/inbound.html b/web/html/form/inbound.html index ca4dc66a..e12b25a1 100644 --- a/web/html/form/inbound.html +++ b/web/html/form/inbound.html @@ -28,7 +28,7 @@ - + @@ -51,8 +51,9 @@ {{ i18n "pages.inbounds.periodicTrafficResetDesc" }}
- {{ i18n "pages.inbounds.lastReset" }}: - [[ moment(dbInbound.lastTrafficResetTime).format('YYYY-MM-DD HH:mm:ss') ]] + {{ i18n "pages.inbounds.lastReset" }}: + [[ + moment(dbInbound.lastTrafficResetTime).format('YYYY-MM-DD HH:mm:ss') ]] [[ DateUtil.convertToJalalian(moment(dbInbound.lastTrafficResetTime)) ]] @@ -145,4 +146,4 @@ -{{end}} +{{end}} \ No newline at end of file diff --git a/web/html/form/stream/external_proxy.html b/web/html/form/stream/external_proxy.html index 187090d8..461f6d18 100644 --- a/web/html/form/stream/external_proxy.html +++ b/web/html/form/stream/external_proxy.html @@ -3,12 +3,14 @@ - + - +