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:
authorHo3ein <ho3ein.sanaei@gmail.com>2023-05-08 19:10:02 +0300
committerGitHub <noreply@github.com>2023-05-08 19:10:02 +0300
commit30a5f66f26164e1bcbdf9a0780a40bc56230e73c (patch)
tree749ce90b0895352639d2c45fa176a362b3105b32 /web/html/xui/form/sniffing.html
parent7bb3e517b2e279a52fb5627e011ea03fd91f648e (diff)
parentbb6e6861ca683894139c5307bd2d41f2e264fe00 (diff)
Merge pull request #381 from hamid-gh98/main
[FIX] bug logout path + [UPDATE] login UI and more ...
Diffstat (limited to 'web/html/xui/form/sniffing.html')
-rw-r--r--web/html/xui/form/sniffing.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/web/html/xui/form/sniffing.html b/web/html/xui/form/sniffing.html
index 4d184028..31858ef3 100644
--- a/web/html/xui/form/sniffing.html
+++ b/web/html/xui/form/sniffing.html
@@ -1,21 +1,21 @@
{{define "form/sniffing"}}
<a-form layout="inline">
- <a-form-item>
- <span slot="label">
- Sniffing
- <a-tooltip>
- <template slot="title">
- <span >{{ i18n "pages.inbounds.noRecommendKeepDefault" }}</span>
- </template>
- <a-icon type="question-circle" theme="filled"></a-icon>
- </a-tooltip>
- </span>
- <a-switch v-model="inbound.sniffing.enabled"></a-switch>
- </a-form-item>
- <a-form-item>
- <a-checkbox-group v-model="inbound.sniffing.destOverride" v-if="inbound.sniffing.enabled">
- <a-checkbox v-for="key,value in SNIFFING_OPTION" :value="key">[[ value ]]</a-checkbox>
- </a-checkbox-group>
- </a-form-item>
+ <a-form-item>
+ <span slot="label">
+ Sniffing
+ <a-tooltip>
+ <template slot="title">
+ <span >{{ i18n "pages.inbounds.noRecommendKeepDefault" }}</span>
+ </template>
+ <a-icon type="question-circle" theme="filled"></a-icon>
+ </a-tooltip>
+ </span>
+ <a-switch v-model="inbound.sniffing.enabled"></a-switch>
+ </a-form-item>
+ <a-form-item>
+ <a-checkbox-group v-model="inbound.sniffing.destOverride" v-if="inbound.sniffing.enabled">
+ <a-checkbox v-for="key,value in SNIFFING_OPTION" :value="key">[[ value ]]</a-checkbox>
+ </a-checkbox-group>
+ </a-form-item>
</a-form>
{{end}} \ No newline at end of file