diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-07 14:06:43 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-07 14:06:43 +0300 |
| commit | 9d47d74a7a076921d157188ae82ea83e66c96d09 (patch) | |
| tree | 9d2d89dcddc840c2aca076e2eeacfa2f8400f227 /web/html/xui/form/inbound.html | |
| parent | 92f5dfed1ca7ed51f197c6b3f631212a47545b5d (diff) | |
design update
Diffstat (limited to 'web/html/xui/form/inbound.html')
| -rw-r--r-- | web/html/xui/form/inbound.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/xui/form/inbound.html b/web/html/xui/form/inbound.html index 603ca46a..3c40447e 100644 --- a/web/html/xui/form/inbound.html +++ b/web/html/xui/form/inbound.html @@ -24,9 +24,11 @@ </span> <a-input v-model.trim="inbound.listen"></a-input> </a-form-item> + <br> <a-form-item label='{{ i18n "pages.inbounds.port" }}'> <a-input-number v-model="inbound.port"></a-input-number> </a-form-item> + <br> <a-form-item> <span slot="label"> <span >{{ i18n "pages.inbounds.totalFlow" }}</span> (GB) |
