优化左侧主菜单显示

This commit is contained in:
刘祥超
2023-06-12 19:46:37 +08:00
parent ef1f95b347
commit dec4922fe5
6 changed files with 29 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ func init() {
Helper(helpers.NewUserMustAuth(configloaders.AdminModuleCodeNode)).
Helper(clusters.NewClusterHelper()).
Prefix("/clusters/cluster/settings").
Data("teaSubMenu", "cluster").
GetPost("", new(IndexAction)).
// 健康检查