优化左侧主菜单显示

This commit is contained in:
GoEdgeLab
2023-06-12 19:46:37 +08:00
parent d262a91ec0
commit 3935dc55b7
6 changed files with 29 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ func init() {
Helper(helpers.NewUserMustAuth(configloaders.AdminModuleCodeDNS)).
Helper(new(Helper)).
Prefix("/dns").
Data("teaSubMenu", "cluster").
Get("", new(IndexAction)).
GetPost("/updateClusterPopup", new(UpdateClusterPopupAction)).
Post("/providerOptions", new(ProviderOptionsAction)).