diff options
| author | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-05-04 19:57:42 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-05-04 19:57:42 +0300 |
| commit | a18cbdcf11bdc2b19c0fd6cf2aa16bc00b3b9971 (patch) | |
| tree | ca1b12d575886177d415b21dd08b20c767d13408 /web/html/xui/form/inbound.html | |
| parent | 4f8de18d1f21518b98aba82cbf14d2d23c0c178c (diff) | |
changed number input tags to 'a-input-number'
Diffstat (limited to 'web/html/xui/form/inbound.html')
| -rw-r--r-- | web/html/xui/form/inbound.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html index 09e7099d..1cc4e2ea 100644 --- a/web/html/xui/form/inbound.html +++ b/web/html/xui/form/inbound.html @@ -25,7 +25,7 @@ <a-input v-model.trim="inbound.listen"></a-input> </a-form-item> <a-form-item label='{{ i18n "pages.inbounds.port" }}'> - <a-input type="number" v-model.number="inbound.port"></a-input> + <a-input-number v-model="inbound.port"></a-input-number> </a-form-item> <a-form-item> <span slot="label"> |
