mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
27 lines
857 B
HTML
27 lines
857 B
HTML
{$layout}
|
|
{$template "../menu"}
|
|
|
|
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
|
<input type="hidden" name="clusterId" :value="clusterId"/>
|
|
<table class="ui table definition selectable">
|
|
<tr>
|
|
<td class="title">节点名称 *</td>
|
|
<td>
|
|
<input type="text" name="name" maxlength="50" ref="focus"/>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>IP地址 *</td>
|
|
<td>
|
|
<node-ip-addresses-box role="dns"></node-ip-addresses-box>
|
|
<p class="comment">用于访问节点和域名解析等。</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<more-options-indicator></more-options-indicator>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<submit-btn></submit-btn>
|
|
</form> |