3x-ui/web/html/xui/form/stream/stream_grpc.html

7 lines
203 B
HTML
Raw Normal View History

2023-02-09 22:18:06 +03:00
{{define "form/streamGRPC"}}
<a-form layout="inline">
2023-02-12 16:50:09 +03:00
<a-form-item label="ServiceName">
2023-02-09 22:18:06 +03:00
<a-input v-model.trim="inbound.stream.grpc.serviceName"></a-input>
</a-form-item>
</a-form>
{{end}}