From 18857fd8012377df85f35c38cd50dc523bcc48e4 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sun, 10 Dec 2023 08:55:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=9B=86=E7=BE=A4=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE--WAF=E7=AD=96=E7=95=A5=E9=80=89=E6=8B=A9=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/server/http-firewall-policy-selector.js | 1 + 1 file changed, 1 insertion(+) 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 }