管理端全部功能跑通

This commit is contained in:
robin
2026-02-27 10:35:22 +08:00
parent 4d275c921d
commit 150799f41d
263 changed files with 22664 additions and 4053 deletions

View File

@@ -1,4 +1,4 @@
Tea.context(function () {
Tea.context(function () {
if (typeof this.health == "undefined") {
this.health = {
keySyncRate: 1.0,
@@ -14,7 +14,12 @@ Tea.context(function () {
teaweb.popup("/httpdns/ech/rollbackMfaPopup?logId=" + logId, {
height: "26em",
width: "48em",
title: "全域安全受控降级告警双人MFA授权"
})
title: "全域安全受控降级告警双人MFA授权",
callback: function () {
teaweb.success("保存成功", function () {
teaweb.reload();
});
}
});
};
});

View File

@@ -2,7 +2,7 @@
<h3>受控 ECH 回滚降级</h3>
<form method="post" class="ui form" data-tea-action="$">
<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">
@@ -24,4 +24,4 @@
</tr>
</table>
<submit-btn></submit-btn>
</form>
</form>