mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-15 04:26:36 +08:00
17 lines
446 B
HTML
17 lines
446 B
HTML
|
|
{$layout}
|
||
|
|
{$template "/left_menu"}
|
||
|
|
|
||
|
|
<div class="right-box">
|
||
|
|
<form class="ui form" data-tea-action="$" data-tea-success="success">
|
||
|
|
<input type="hidden" name="serverId" :value="serverId"/>
|
||
|
|
<table class="ui table definition selectable">
|
||
|
|
<tr>
|
||
|
|
<td class="title">已绑定的域名</td>
|
||
|
|
<td>
|
||
|
|
<server-name-box :v-server-names="serverNames"></server-name-box>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
<submit-btn></submit-btn>
|
||
|
|
</form>
|
||
|
|
</div>
|