Minor improvements in UI (#1399)

This commit is contained in:
Tara Rostami
2023-12-17 18:46:50 +03:30
committed by GitHub
parent 9b60b0fd45
commit 495bfb9683
6 changed files with 34 additions and 20 deletions

View File

@@ -1,10 +1,10 @@
{{define "form/streamGRPC"}}
<a-form :colon="false" :label-col="{ md: {span:6} }" :wrapper-col="{ md: {span:14} }">
<a-form-item label="Service Name">
<a-input v-model.trim="inbound.stream.grpc.serviceName" style="width: 250px;"></a-input>
<a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input>
</a-form-item>
<a-form-item label="MultiMode">
<a-switch v-model="inbound.stream.grpc.multiMode"></a-switch>
</a-form-item>
</a-form>
{{end}}
{{end}}