mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-08 07:50:28 +08:00
域名服务增加访问日志
This commit is contained in:
@@ -182,7 +182,7 @@ func (this *userMustAuth) modules(adminId int64) []maps.Map {
|
||||
"icon": "cloud",
|
||||
"subItems": []maps.Map{
|
||||
{
|
||||
"name": "节点日志",
|
||||
"name": "运行日志",
|
||||
"url": "/clusters/logs",
|
||||
"code": "log",
|
||||
},
|
||||
@@ -236,7 +236,12 @@ func (this *userMustAuth) modules(adminId int64) []maps.Map {
|
||||
"code": "route",
|
||||
},
|
||||
{
|
||||
"name": "节点日志",
|
||||
"name": "访问日志",
|
||||
"url": "/ns/clusters/accessLogs",
|
||||
"code": "accessLog",
|
||||
},
|
||||
{
|
||||
"name": "运行日志",
|
||||
"url": "/ns/clusters/logs",
|
||||
"code": "log",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user