阶段性提交

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>

View File

@@ -0,0 +1,3 @@
Tea.context(function () {
this.success = NotifyPopup
})

View File

@@ -3,5 +3,8 @@
{$template "/left_menu"}
<div class="right-box">
<p class="ui message">此功能暂未开放,敬请期待。</p>
<form class="ui form" data-tea-action="$" data-tea-success="success">
<http-auth-config-box :v-auth-config="authConfig"></http-auth-config-box>
<submit-btn></submit-btn>
</form>
</div>