diff --git a/web/public/js/components/server/http-firewall-policy-selector.js b/web/public/js/components/server/http-firewall-policy-selector.js index ed191bcd..c3ddcad4 100644 --- a/web/public/js/components/server/http-firewall-policy-selector.js +++ b/web/public/js/components/server/http-firewall-policy-selector.js @@ -22,6 +22,7 @@ Vue.component("http-firewall-policy-selector", { select: function () { let that = this teaweb.popup("/servers/components/waf/selectPopup", { + height: "26em", callback: function (resp) { that.firewallPolicy = resp.data.firewallPolicy }