运行日志可以使用集群、节点筛选

This commit is contained in:
GoEdgeLab
2022-01-11 14:59:19 +08:00
parent bad5856c0f
commit 97e8d8bd26
12 changed files with 102 additions and 73 deletions

View File

@@ -21,8 +21,8 @@ func init() {
EndHelpers().
Helper(helpers.NewUserMustAuth(configloaders.AdminModuleCodeCommon)).
Post("/options", new(OptionsAction)).
Post("/nodeOptions", new(NodeOptionsAction)).
GetPost("/selectPopup", new(SelectPopupAction)).
EndAll()
})
}