Files
waf-platform/EdgeAdmin/web/views/@default/httpdns/ech/rollbackMfaPopup.html
2026-02-27 10:35:22 +08:00

28 lines
936 B
HTML

{$layout "layout_popup"}
<h3>受控 ECH 回滚降级</h3>
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
<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>