调整节点任务和DNS同步任务弹窗高度

This commit is contained in:
GoEdgeLab
2023-03-15 16:24:14 +08:00
parent 564c51f51c
commit 96543ad479

View File

@@ -138,7 +138,7 @@ Tea.context(function () {
this.showNodeTasks = function () {
teaweb.popup("/clusters/tasks/listPopup", {
height: "24em",
height: "28em",
width: "54em"
})
}
@@ -177,7 +177,7 @@ Tea.context(function () {
this.showDNSTasks = function () {
teaweb.popup("/dns/tasks/listPopup", {
height: "24em",
height: "28em",
width: "54em"
})
}