Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2024-03-09 16:06:16 +0300
committerGitHub <noreply@github.com>2024-03-09 16:06:16 +0300
commitffa531f9cac29802af8778404679d6112b7a6b97 (patch)
treea6b3f7db19da353277a64a02ab78b766627e3168 /web/html/xui/form/inbound.html
parent05deb89451b53b57b6ebe90f6b6df6a0b98bd156 (diff)
Minor Fixes (#1992)
autocomplete max - min for input-number
Diffstat (limited to 'web/html/xui/form/inbound.html')
-rw-r--r--web/html/xui/form/inbound.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html
index 03df4926..92edb394 100644
--- a/web/html/xui/form/inbound.html
+++ b/web/html/xui/form/inbound.html
@@ -28,7 +28,7 @@
</a-form-item>
<a-form-item label='{{ i18n "pages.inbounds.port" }}'>
- <a-input-number v-model.number="inbound.port"></a-input-number>
+ <a-input-number v-model.number="inbound.port" :min="1" :max="65531"></a-input-number>
</a-form-item>
<a-form-item>