mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 23:30:26 +08:00
[域名服务]实现基本的线路配置
This commit is contained in:
@@ -230,6 +230,11 @@ func (this *userMustAuth) modules(adminId int64) []maps.Map {
|
||||
"url": "/ns/clusters",
|
||||
"code": "cluster",
|
||||
},
|
||||
{
|
||||
"name": "线路管理",
|
||||
"url": "/ns/routes",
|
||||
"code": "route",
|
||||
},
|
||||
{
|
||||
"name": "节点日志",
|
||||
"url": "/ns/clusters/logs",
|
||||
|
||||
Reference in New Issue
Block a user