mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-19 23:50:25 +08:00
调整节点任务和DNS同步任务弹窗高度
This commit is contained in:
@@ -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"
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user