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

sniffing.html « form « xui « html « web - github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6bfab7c16fa9842b98dc88709475742d0528698e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{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>
{{end}}