diff options
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 |
