16 lines
510 B
HTML
16 lines
510 B
HTML
{{define "form/sniffing"}}
|
|
<a-form layout="inline">
|
|
<a-form-item>
|
|
<span slot="label">
|
|
sniffing
|
|
<a-tooltip>
|
|
<template slot="title">
|
|
没有特殊需求保持默认即可
|
|
</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}} |