阶段性提交

This commit is contained in:
GoEdgeLab
2021-06-17 21:17:43 +08:00
parent ba26c4e255
commit 68538170ed
10 changed files with 181 additions and 4 deletions

View File

@@ -0,0 +1,35 @@
{$layout "layout_popup"}
<h3>创建认证</h3>
<form class="ui form" data-tea-action="$" data-tea-success="success">
<csrf-token></csrf-token>
<table class="ui table definitions selectable">
<tr>
<td class="title">名称 *</td>
<td>
<input type="text" name="name" maxlength="50"/>
</td>
</tr>
<tr>
<td>类型 *</td>
<td>
</td>
</tr>
<!-- BasicAuth -->
<tbody>
<tr>
<td></td>
</tr>
</tbody>
<!-- SubRequest -->
<tbody>
</tbody>
</table>
<submit-btn></submit-btn>
</form>