mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-14 05:23:09 +00:00
14 lines
398 B
HTML
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}} |