Update socks.html

This commit is contained in:
Tara Rostami 2023-12-18 19:53:02 +03:30 committed by GitHub
parent d3dea8d741
commit 5a7a55d175
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{{define "form/socks"}}
<a-form :colon="false" :label-col="{ md: {span:6} }" :wrapper-col="{ md: {span:14} }">
<a-form-item label='{{ i18n "pages.inbounds.enable" }} udp'>
<a-form-item label='{{ i18n "pages.inbounds.enable" }} UDP'>
<a-switch v-model="inbound.settings.udp"></a-switch>
</a-form-item>
<a-form-item label="IP" v-if="inbound.settings.udp">
@ -30,4 +30,4 @@
</a-input-group>
</template>
</a-form>
{{end}}
{{end}}