mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-25 03:26:34 +08:00
20 lines
601 B
HTML
20 lines
601 B
HTML
{$layout "layout_popup"}
|
||
|
||
<h3>修改服务CNAME</h3>
|
||
|
||
<form class="ui form" data-tea-action="$" data-tea-success="success">
|
||
<csrf-token></csrf-token>
|
||
|
||
<input type="hidden" name="serverId" :value="serverId"/>
|
||
|
||
<table class="ui table definition selectable">
|
||
<tr>
|
||
<td class="title">CNAME *</td>
|
||
<td>
|
||
<input type="text" name="dnsName" maxlength="30" v-model="dnsName"/>
|
||
<p class="comment">英文字母、数字的组合,最长30个字符。</p>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<submit-btn></submit-btn>
|
||
</form> |