Files
x-ui/web/html/xui/form/stream/stream_grpc.html
2023-04-16 19:21:35 +02:00

14 lines
398 B
HTML

{{define "form/streamGRPC"}}
<a-form layout="inline">
<table width="100%" class="ant-table-tbody">
<tr>
<td>serviceName</td>
<td>
<a-form-item>
<a-input v-model.trim="inbound.stream.grpc.serviceName" style="width: 250px;"></a-input>
</a-form-item>
</td>
</tr>
</table>
</a-form>
{{end}}