diff options
Diffstat (limited to 'web/html/xui/form/sniffing.html')
| -rw-r--r-- | web/html/xui/form/sniffing.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/web/html/xui/form/sniffing.html b/web/html/xui/form/sniffing.html index 4d184028..31858ef3 100644 --- a/web/html/xui/form/sniffing.html +++ b/web/html/xui/form/sniffing.html @@ -1,21 +1,21 @@ {{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-item> - <a-checkbox-group v-model="inbound.sniffing.destOverride" v-if="inbound.sniffing.enabled"> - <a-checkbox v-for="key,value in SNIFFING_OPTION" :value="key">[[ value ]]</a-checkbox> - </a-checkbox-group> - </a-form-item> + <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-item> + <a-checkbox-group v-model="inbound.sniffing.destOverride" v-if="inbound.sniffing.enabled"> + <a-checkbox v-for="key,value in SNIFFING_OPTION" :value="key">[[ value ]]</a-checkbox> + </a-checkbox-group> + </a-form-item> </a-form> {{end}}
\ No newline at end of file |
