diff options
Diffstat (limited to 'web/html/xui/form/sniffing.html')
| -rw-r--r-- | web/html/xui/form/sniffing.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/web/html/xui/form/sniffing.html b/web/html/xui/form/sniffing.html new file mode 100644 index 00000000..838c92fc --- /dev/null +++ b/web/html/xui/form/sniffing.html @@ -0,0 +1,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}}
\ No newline at end of file |
