From 6d28c39ae845cb0ac6e35562aaa52d8219b95bc8 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sun, 12 Feb 2023 17:20:09 +0330 Subject: en lang edit, new designed --- web/html/xui/form/stream/stream_grpc.html | 2 +- web/html/xui/form/stream/stream_http.html | 2 +- web/html/xui/form/stream/stream_kcp.html | 14 +++++++------- web/html/xui/form/stream/stream_tcp.html | 12 ++++++------ web/html/xui/form/stream/stream_ws.html | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) (limited to 'web/html/xui/form/stream') diff --git a/web/html/xui/form/stream/stream_grpc.html b/web/html/xui/form/stream/stream_grpc.html index 205a4c84..4e57d225 100644 --- a/web/html/xui/form/stream/stream_grpc.html +++ b/web/html/xui/form/stream/stream_grpc.html @@ -1,6 +1,6 @@ {{define "form/streamGRPC"}} - + diff --git a/web/html/xui/form/stream/stream_http.html b/web/html/xui/form/stream/stream_http.html index ad30c45a..57574ce5 100644 --- a/web/html/xui/form/stream/stream_http.html +++ b/web/html/xui/form/stream/stream_http.html @@ -3,7 +3,7 @@ - + diff --git a/web/html/xui/form/stream/stream_kcp.html b/web/html/xui/form/stream/stream_kcp.html index ff14d5b7..f0402909 100644 --- a/web/html/xui/form/stream/stream_kcp.html +++ b/web/html/xui/form/stream/stream_kcp.html @@ -13,25 +13,25 @@ - + - + - + - + - + - + - + diff --git a/web/html/xui/form/stream/stream_tcp.html b/web/html/xui/form/stream/stream_tcp.html index fc19506d..b03b3015 100644 --- a/web/html/xui/form/stream/stream_tcp.html +++ b/web/html/xui/form/stream/stream_tcp.html @@ -1,19 +1,19 @@ {{define "form/streamTCP"}} - + - + + :checked="inbound.stream.tcp.type === 'HTTP'" + @change="checked => inbound.stream.tcp.type = checked ? 'HTTP' : 'none'"> - @@ -50,7 +50,7 @@ - diff --git a/web/html/xui/form/stream/stream_ws.html b/web/html/xui/form/stream/stream_ws.html index 46d6f7a3..5b49ec88 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"}} - + -- cgit v1.2.3