diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-05-04 14:20:24 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-05-04 14:20:24 +0300 |
| commit | e19061d513b8c4fb2207b4a553a96ea086089612 (patch) | |
| tree | 8a05450f0f6d3e8a2a182976b1a38bf5cca824ea /web/html/form/stream/stream_grpc.html | |
| parent | 51e2fb6dbfb6f3f21b3f578c15c3dc0d47c4a66e (diff) | |
TLS: Remove ECH Force Query
Diffstat (limited to 'web/html/form/stream/stream_grpc.html')
| -rw-r--r-- | web/html/form/stream/stream_grpc.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/web/html/form/stream/stream_grpc.html b/web/html/form/stream/stream_grpc.html index e88fc067..1d814126 100644 --- a/web/html/form/stream/stream_grpc.html +++ b/web/html/form/stream/stream_grpc.html @@ -1,9 +1,5 @@ {{define "form/streamGRPC"}} -<a-form - :colon="false" - :label-col="{ md: {span:8} }" - :wrapper-col="{ md: {span:14} }" -> +<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> <a-form-item label="Service Name"> <a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input> </a-form-item> @@ -14,4 +10,4 @@ <a-switch v-model="inbound.stream.grpc.multiMode"></a-switch> </a-form-item> </a-form> -{{end}} +{{end}}
\ No newline at end of file |
