diff options
Diffstat (limited to 'web/html/xui/form/sniffing.html')
| -rw-r--r-- | web/html/xui/form/sniffing.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/xui/form/sniffing.html b/web/html/xui/form/sniffing.html index 6bfab7c1..4d184028 100644 --- a/web/html/xui/form/sniffing.html +++ b/web/html/xui/form/sniffing.html @@ -12,5 +12,10 @@ </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 |
