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

This commit is contained in:
刘祥超
2023-03-15 16:24:14 +08:00
parent a31ca5cfb6
commit 063583dda1

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"
})
}