Files
waf-platform/EdgeAdmin/web/views/@default/httpdns/clusters/create.html
2026-02-24 11:33:44 +08:00

24 lines
726 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}
{$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>