diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-29 22:24:20 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-08-29 22:49:39 +0300 |
| commit | 045c549937bda65e3fc422d1232af0dc12735c9d (patch) | |
| tree | 38ffb71336b32fca8ccd0ed1479b0a715ee0e957 /web/html/xui/form/stream | |
| parent | 25430b7818958ae35d012948a907c260c3cd6d5e (diff) | |
v1.7.8v1.7.8
Diffstat (limited to 'web/html/xui/form/stream')
| -rw-r--r-- | web/html/xui/form/stream/stream_sockopt.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/html/xui/form/stream/stream_sockopt.html b/web/html/xui/form/stream/stream_sockopt.html index d4019054..d90bf206 100644 --- a/web/html/xui/form/stream/stream_sockopt.html +++ b/web/html/xui/form/stream/stream_sockopt.html @@ -1,10 +1,8 @@ {{define "form/streamSockopt"}} <a-form layout="inline"> - <a-divider dashed style="margin:0;"> <a-form-item label="Transparent Proxy"> <a-switch v-model="inbound.stream.sockoptSwitch"></a-switch> </a-form-item> - </a-divider> <table width="100%" class="ant-table-tbody" v-if="inbound.stream.sockoptSwitch"> <tr> <td>Accept Proxy Protocol</td> |
