mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-13 20:00:25 +08:00
14 lines
336 B
HTML
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>
|