mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 17:30:29 +08:00
20 lines
568 B
HTML
20 lines
568 B
HTML
{$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"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h3>访问日志设置</h3>
|
|
<ns-access-log-ref-box :v-access-log-ref="accessLogRef"></ns-access-log-ref-box>
|
|
|
|
<submit-btn></submit-btn>
|
|
</form> |