Files
EdgeAdmin/web/views/@default/servers/server/settings/dns/updateCNAMEPopup.html
2022-09-08 11:00:44 +08:00

20 lines
601 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{$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>