mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-02 01:30:51 +03:00
16 lines
538 B
HTML
16 lines
538 B
HTML
{{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}} |