前端页面
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{$layout "layout_popup"}
|
||||
|
||||
<h3>受控 ECH 回滚降级</h3>
|
||||
|
||||
<form method="post" class="ui form" data-tea-action="$">
|
||||
<input type="hidden" name="logId" :value="logId" />
|
||||
<csrf-token></csrf-token>
|
||||
<table class="ui table definition selectable">
|
||||
<tr>
|
||||
<td class="title">日志编号</td>
|
||||
<td><code>{{logId}}</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="title">回滚原因 *</td>
|
||||
<td><textarea name="reason" rows="3" ref="focus"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="title">审批人 OTP 验证码 #1 *</td>
|
||||
<td><input type="text" name="otpCode1" maxlength="16" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="title">审批人 OTP 验证码 #2 *</td>
|
||||
<td><input type="text" name="otpCode2" maxlength="16" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<submit-btn></submit-btn>
|
||||
</form>
|
||||
Reference in New Issue
Block a user