Files
trihuy-russian/web/html/xui/form/stream/stream_grpc.html
T

10 lines
329 B
HTML
Raw Normal View History

2023-02-09 22:48:06 +03:30
{{define "form/streamGRPC"}}
<a-form layout="inline">
2023-02-12 17:20:09 +03:30
<a-form-item label="ServiceName">
2023-02-09 22:48:06 +03:30
<a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input>
</a-form-item>
2023-04-28 00:15:06 +03:30
<a-form-item label="Multi Mode">
<a-switch v-model="inbound.stream.grpc.multiMode"></a-switch>
</a-form-item>
2023-02-09 22:48:06 +03:30
</a-form>
{{end}}