diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-09 16:09:22 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-01-09 16:09:22 +0300 |
| commit | 8b25e21f4e1334c66c0c728b71c809e13bd8fc50 (patch) | |
| tree | eb4683078738c6f846173f7ff6bd4047c07c84bf /web | |
| parent | 984b469c6feffa6d3523ab5e2caf44fe847c5af7 (diff) | |
bug fix #1524
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/form/stream/stream_settings.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_sockopt.html | 2 | ||||
| -rw-r--r-- | web/html/xui/form/stream/stream_ws.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/web/html/xui/form/stream/stream_settings.html b/web/html/xui/form/stream/stream_settings.html index 57a4f850..a2887de0 100644 --- a/web/html/xui/form/stream/stream_settings.html +++ b/web/html/xui/form/stream/stream_settings.html @@ -1,7 +1,7 @@ {{define "form/streamSettings"}} <!-- select stream network --> <a-form :colon="false" :label-col="{ md: {span:6} }" :wrapper-col="{ md: {span:14} }"> - <a-form-item label="{{ i18n "transmission" }}"> + <a-form-item label='{{ i18n "transmission" }}'> <a-select v-model="inbound.stream.network" @change="streamNetworkChange" :dropdown-class-name="themeSwitcher.currentTheme"> <a-select-option value="tcp">TCP</a-select-option> diff --git a/web/html/xui/form/stream/stream_sockopt.html b/web/html/xui/form/stream/stream_sockopt.html index 92dcd7b5..dd60a7e1 100644 --- a/web/html/xui/form/stream/stream_sockopt.html +++ b/web/html/xui/form/stream/stream_sockopt.html @@ -5,7 +5,7 @@ <a-switch v-model="inbound.stream.sockoptSwitch"></a-switch> </a-form-item> <template v-if="inbound.stream.sockoptSwitch"> - <a-form-item label=PROXY Protocol"> + <a-form-item label="PROXY Protocol"> <a-switch v-model="inbound.stream.sockopt.acceptProxyProtocol"></a-switch> </a-form-item> <a-form-item label="TCP Fast Open"> diff --git a/web/html/xui/form/stream/stream_ws.html b/web/html/xui/form/stream/stream_ws.html index 43f4a951..9293b000 100644 --- a/web/html/xui/form/stream/stream_ws.html +++ b/web/html/xui/form/stream/stream_ws.html @@ -1,6 +1,6 @@ {{define "form/streamWS"}} <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> - <a-form-item label=PROXY Protocol"> + <a-form-item label="PROXY Protocol"> <a-switch v-model="inbound.stream.ws.acceptProxyProtocol"></a-switch> </a-form-item> <a-form-item label='{{ i18n "path" }}'> |
