diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/sniffing.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_sockopt.html | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/web/html/xui/form/sniffing.html b/web/html/xui/form/sniffing.html index 31858ef3..65b3312d 100644 --- a/web/html/xui/form/sniffing.html +++ b/web/html/xui/form/sniffing.html @@ -5,7 +5,7 @@ Sniffing <a-tooltip> <template slot="title"> - <span >{{ i18n "pages.inbounds.noRecommendKeepDefault" }}</span> + <span>{{ i18n "pages.inbounds.noRecommendKeepDefault" }}</span> </template> <a-icon type="question-circle" theme="filled"></a-icon> </a-tooltip> diff --git a/web/html/xui/form/stream/stream_sockopt.html b/web/html/xui/form/stream/stream_sockopt.html index d4019054..d90bf206 100644 --- a/web/html/xui/form/stream/stream_sockopt.html +++ b/web/html/xui/form/stream/stream_sockopt.html @@ -1,10 +1,8 @@ {{define "form/streamSockopt"}} <a-form layout="inline"> - <a-divider dashed style="margin:0;"> <a-form-item label="Transparent Proxy"> <a-switch v-model="inbound.stream.sockoptSwitch"></a-switch> </a-form-item> - </a-divider> <table width="100%" class="ant-table-tbody" v-if="inbound.stream.sockoptSwitch"> <tr> <td>Accept Proxy Protocol</td> |
