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:
authorHamidreza Ghavami <hamid.r.gh.1998@gmail.com>2023-05-04 19:57:42 +0300
committerHamidreza Ghavami <hamid.r.gh.1998@gmail.com>2023-05-04 19:57:42 +0300
commita18cbdcf11bdc2b19c0fd6cf2aa16bc00b3b9971 (patch)
treeca1b12d575886177d415b21dd08b20c767d13408 /web/html/xui/form/tls_settings.html
parent4f8de18d1f21518b98aba82cbf14d2d23c0c178c (diff)
changed number input tags to 'a-input-number'
Diffstat (limited to 'web/html/xui/form/tls_settings.html')
-rw-r--r--web/html/xui/form/tls_settings.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html
index e4be34cf..7962acf3 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -140,7 +140,7 @@
</a-switch>
</a-form-item>
<a-form-item label="xVer">
- <a-input type="number" v-model.number="inbound.stream.reality.xver" :min="0" style="width: 60px"></a-input>
+ <a-input-number v-model="inbound.stream.reality.xver" :min="0" style="width: 60px"></a-input-number>
</a-form-item>
<a-form-item label="uTLS" >
<a-select v-model="inbound.stream.reality.settings.fingerprint"