优化集群设置--WAF策略选择窗口尺寸

This commit is contained in:
GoEdgeLab
2023-12-10 08:55:12 +08:00
parent 034936f4b5
commit 18857fd801

View File

@@ -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
}