Files
EdgeAdmin/web/views/@default/servers/addServerNamePopup.html
2020-08-21 12:32:16 +08:00

14 lines
336 B
HTML

{$layout "layout_popup"}
<h3>添加域名绑定</h3>
<form class="ui form" data-tea-action="$" data-tea-success="success">
<table class="ui table selectable definition">
<tr>
<td class="title">域名</td>
<td>
<input type="text" name="serverName" ref="focus"/>
</td>
</tr>
</table>
<submit-btn></submit-btn>
</form>