diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-08 19:10:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-08 19:10:02 +0300 |
| commit | 30a5f66f26164e1bcbdf9a0780a40bc56230e73c (patch) | |
| tree | 749ce90b0895352639d2c45fa176a362b3105b32 /web/html/xui/form/sniffing.html | |
| parent | 7bb3e517b2e279a52fb5627e011ea03fd91f648e (diff) | |
| parent | bb6e6861ca683894139c5307bd2d41f2e264fe00 (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.html | 34 |
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 |
