优化界面显示

This commit is contained in:
GoEdgeLab
2021-10-16 10:29:14 +08:00
parent 15ca8d6218
commit 1ada07f1f7

View File

@@ -19,6 +19,7 @@ func init() {
server.
Helper(helpers.NewUserMustAuth(configloaders.AdminModuleCodeNode)).
Helper(clusters.NewClusterHelper()).
Data("teaMenu", "clusters").
Prefix("/clusters/cluster").
Get("", new(IndexAction)).
Get("/nodes", new(NodesAction)).