diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-09 07:28:12 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 07:28:12 +0300 |
| commit | c49ec9a74cf1c407cbe872355f1e2ac03a8e3080 (patch) | |
| tree | d1945e4821b7682a2fd171b5fadf106d2f920f9e /web/html/xui/form/stream | |
| parent | a0dd101d9778f11dfe4866e7bc71c5119bcbf6fa (diff) | |
chore: add new grpc params for outbound (#2744)
Diffstat (limited to 'web/html/xui/form/stream')
| -rw-r--r-- | web/html/xui/form/stream/stream_grpc.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/web/html/xui/form/stream/stream_grpc.html b/web/html/xui/form/stream/stream_grpc.html index e74a3c3f..a036080f 100644 --- a/web/html/xui/form/stream/stream_grpc.html +++ b/web/html/xui/form/stream/stream_grpc.html @@ -1,13 +1,10 @@ {{define "form/streamGRPC"}} <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> <a-form-item label="Authority"> <a-input v-model.trim="inbound.stream.grpc.authority"></a-input> </a-form-item> - <a-form-item label="Multi Mode"> - <a-switch v-model="inbound.stream.grpc.multiMode"></a-switch> + <a-form-item label="Service Name"> + <a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input> </a-form-item> </a-form> {{end}} |
