diff options
Diffstat (limited to 'web/html/form/stream/stream_grpc.html')
| -rw-r--r-- | web/html/form/stream/stream_grpc.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/html/form/stream/stream_grpc.html b/web/html/form/stream/stream_grpc.html new file mode 100644 index 00000000..e74a3c3f --- /dev/null +++ b/web/html/form/stream/stream_grpc.html @@ -0,0 +1,13 @@ +{{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> +</a-form> +{{end}} |
