mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-30 08:40:26 +08:00
27 lines
725 B
HTML
27 lines
725 B
HTML
|
|
{$layout}
|
||
|
|
{$template "../menu"}
|
||
|
|
|
||
|
|
<form class="ui form" data-tea-action="$" data-tea-success="success">
|
||
|
|
<csrf-token></csrf-token>
|
||
|
|
<table class="ui table definition selectable">
|
||
|
|
<tr>
|
||
|
|
<td>域名 *</td>
|
||
|
|
<td>
|
||
|
|
<input type="text" name="name" maxlength="255" ref="focus"/>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td class="title">所属集群 *</td>
|
||
|
|
<td>
|
||
|
|
<ns-cluster-selector></ns-cluster-selector>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>所属用户</td>
|
||
|
|
<td>
|
||
|
|
<ns-user-selector></ns-user-selector>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
<submit-btn></submit-btn>
|
||
|
|
</form>
|