域名服务增加访问日志

This commit is contained in:
GoEdgeLab
2021-06-02 11:53:08 +08:00
parent 35cc12cdb8
commit 949a20f684
25 changed files with 577 additions and 35 deletions

View File

@@ -83,5 +83,10 @@ func (this *ClusterHelper) createSettingMenu(cluster *pb.NSCluster, selectedItem
"url": "/ns/clusters/cluster/settings?clusterId=" + clusterId,
"isActive": selectedItem == "basic",
})
items = append(items, maps.Map{
"name": "访问日志",
"url": "/ns/clusters/cluster/settings/accessLog?clusterId=" + clusterId,
"isActive": selectedItem == "accessLog",
})
return
}