Revert "chore: add new grpc params for outbound (#2744)"

This reverts commit c49ec9a74c.
This commit is contained in:
Shishkevich D.
2025-03-09 05:37:50 +00:00
parent a16e83468b
commit a23a5de540
4 changed files with 14 additions and 46 deletions

View File

@@ -1,10 +1,13 @@
{{define "form/streamGRPC"}}
<a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
<a-form-item label="Authority">
<a-input v-model.trim="inbound.stream.grpc.authority"></a-input>
</a-form-item>
<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}}