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

This commit is contained in:
刘祥超
2023-12-10 08:55:12 +08:00
parent 27ea02be5e
commit daaa165d25

View File

@@ -22,6 +22,7 @@ Vue.component("http-firewall-policy-selector", {
select: function () { select: function () {
let that = this let that = this
teaweb.popup("/servers/components/waf/selectPopup", { teaweb.popup("/servers/components/waf/selectPopup", {
height: "26em",
callback: function (resp) { callback: function (resp) {
that.firewallPolicy = resp.data.firewallPolicy that.firewallPolicy = resp.data.firewallPolicy
} }