diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/form/protocol/http.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/form/protocol/http.html b/web/html/xui/form/protocol/http.html index 3206139e..b4c55313 100644 --- a/web/html/xui/form/protocol/http.html +++ b/web/html/xui/form/protocol/http.html @@ -19,5 +19,8 @@ </template> </a-input> </a-input-group> + <a-form-item label="Allow Transparent"> + <a-switch v-model="inbound.settings.allowTransparent" /> + </a-form-item> </a-form> {{end}} |
