3x-ui/web/html/xui/form/sniffing.html

16 lines
538 B
HTML
Raw Normal View History

2023-02-09 22:18:06 +03:00
{{define "form/sniffing"}}
<a-form layout="inline">
<a-form-item>
<span slot="label">
2023-02-12 16:50:09 +03:00
Sniffing
2023-02-09 22:18:06 +03:00
<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}}