前端页面
This commit is contained in:
23
EdgeAdmin/web/views/@default/httpdns/clusters/create.html
Normal file
23
EdgeAdmin/web/views/@default/httpdns/clusters/create.html
Normal file
@@ -0,0 +1,23 @@
|
||||
{$layout}
|
||||
{$template "menu"}
|
||||
<div class="ui margin"></div>
|
||||
|
||||
<div class="ui message info">目前这是一个纯前端占位页面(Mock),后续将对接真实的后端 API。</div>
|
||||
|
||||
<form class="ui form">
|
||||
<table class="ui table definition selectable">
|
||||
<tr>
|
||||
<td class="title">集群名称 *</td>
|
||||
<td>
|
||||
<input type="text" placeholder="比如 gateway-cn-hz" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>集群服务域名 *</td>
|
||||
<td>
|
||||
<input type="text" placeholder="比如 gw-hz.httpdns.example.com" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<button type="button" class="ui button primary">保存</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user