19 lines
639 B
HTML
19 lines
639 B
HTML
{$layout "layout_popup"}
|
||
|
||
<h3>添加域名</h3>
|
||
|
||
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
||
<csrf-token></csrf-token>
|
||
<input type="hidden" name="appId" :value="app.id" />
|
||
<table class="ui table definition selectable">
|
||
<tr>
|
||
<td class="title">域名 *</td>
|
||
<td>
|
||
<input type="text" name="domain" maxlength="255" placeholder="api.example.com" ref="focus" />
|
||
<p class="comment">请输入完整 FQDN,例如 <code>api.example.com</code>。</p>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<submit-btn></submit-btn>
|
||
</form>
|