mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-20 16:20:27 +08:00
调整节点任务和DNS同步任务弹窗高度
This commit is contained in:
@@ -138,7 +138,7 @@ Tea.context(function () {
|
|||||||
|
|
||||||
this.showNodeTasks = function () {
|
this.showNodeTasks = function () {
|
||||||
teaweb.popup("/clusters/tasks/listPopup", {
|
teaweb.popup("/clusters/tasks/listPopup", {
|
||||||
height: "24em",
|
height: "28em",
|
||||||
width: "54em"
|
width: "54em"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -177,7 +177,7 @@ Tea.context(function () {
|
|||||||
|
|
||||||
this.showDNSTasks = function () {
|
this.showDNSTasks = function () {
|
||||||
teaweb.popup("/dns/tasks/listPopup", {
|
teaweb.popup("/dns/tasks/listPopup", {
|
||||||
height: "24em",
|
height: "28em",
|
||||||
width: "54em"
|
width: "54em"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user