diff --git a/web/views/@default/@layout.js b/web/views/@default/@layout.js index a58e59b7..66bce1b4 100644 --- a/web/views/@default/@layout.js +++ b/web/views/@default/@layout.js @@ -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" }) }