diff options
Diffstat (limited to 'web/html/xui/form/protocol/socks.html')
| -rw-r--r-- | web/html/xui/form/protocol/socks.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html index a3096d48..e7989b74 100644 --- a/web/html/xui/form/protocol/socks.html +++ b/web/html/xui/form/protocol/socks.html @@ -17,8 +17,7 @@ <a-form-item label='{{ i18n "pages.inbounds.enable" }} udp'> <a-switch v-model="inbound.settings.udp"></a-switch> </a-form-item> - <a-form-item v-if="inbound.settings.udp" - label="IP"> + <a-form-item v-if="inbound.settings.udp" label="IP"> <a-input v-model.trim="inbound.settings.ip"></a-input> </a-form-item> </a-form> |
