Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-08-29 22:24:20 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-29 22:49:39 +0300
commit045c549937bda65e3fc422d1232af0dc12735c9d (patch)
tree38ffb71336b32fca8ccd0ed1479b0a715ee0e957 /web/html/xui
parent25430b7818958ae35d012948a907c260c3cd6d5e (diff)
v1.7.8v1.7.8
Diffstat (limited to 'web/html/xui')
-rw-r--r--web/html/xui/form/sniffing.html2
-rw-r--r--web/html/xui/form/stream/stream_sockopt.html2
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>