Files
waf-platform/EdgeAdmin/web/views/@default/ns/clusters/create.html

37 lines
1.3 KiB
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}
{$template "menu"}
<div class="ui margin"></div>
<form class="ui form" data-tea-action="$" data-tea-success="success">
<csrf-token></csrf-token>
<table class="ui table definition selectable">
<tr>
<td class="title">集群名称 *</td>
<td>
<input type="text" name="name" maxlength="50" ref="focus" placeholder=""/>
</td>
</tr>
<tr>
<td>管理员电子邮箱 *</td>
<td><input type="text" name="email" placeholder="比如 joe@example.org"/>
<p class="comment">域名管理员电子邮箱地址用于生成SOA记录等处。</p>
</td>
</tr>
</table>
<h4>DNS主机域名<span style="font-size: 0.7em; color: grey">DNS Hosts</span></h4>
<table class="ui table definition selectable">
<tr>
<td class="title">DNS主机域名</td>
<td>
<values-box name="hosts" placeholder="比如 ns1.example.com"></values-box>
<p class="comment">类似于<code-label>ns1.example.com</code-label>;需要确保这些域名已经解析到集群节点。</p>
</td>
</tr>
</table>
<h4>访问日志设置</h4>
<ns-access-log-ref-box :v-access-log-ref="accessLogRef"></ns-access-log-ref-box>
<submit-btn></submit-btn>
</form>