IP名单列表显示代号

This commit is contained in:
刘祥超
2024-05-05 19:51:17 +08:00
parent 3d67217606
commit 67c5d47e0c
4 changed files with 11 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ func (this *IndexAction) RunGet(params struct {
this.Data["webId"] = webConfig.Id
this.Data["firewallConfig"] = webConfig.FirewallRef
// 获取当前服务所在集群的WAF设置
// 获取当前网站所在集群的WAF设置
firewallPolicy, err := dao.SharedHTTPFirewallPolicyDAO.FindEnabledHTTPFirewallPolicyWithServerId(this.AdminContext(), params.ServerId)
if err != nil {
this.ErrorPage(err)