3x-ui/web/html/xui/form/stream/stream_grpc.html
2023-02-09 22:48:06 +03:30

7 lines
203 B
HTML

{{define "form/streamGRPC"}}
<a-form layout="inline">
<a-form-item label="serviceName">
<a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input>
</a-form-item>
</a-form>
{{end}}