Skip to content

Commit

Permalink
refactor(menu): 移除 CRD 树形结构菜单项- 删除了菜单中的 "tree" 选项,对应 URL 为 "/crd/tree"
Browse files Browse the repository at this point in the history
- 移除了与该菜单项相关的图标和 SchemaAPI 配置
  • Loading branch information
weibaohui committed Jan 17, 2025
1 parent a5e1e91 commit 43ec606
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pkg/controller/menu/menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,12 +294,7 @@ func List(c *gin.Context) {
Icon: "fas fa-registered",
SchemaAPI: "get:/pages/crd/crd.json",
},
{
Label: "tree",
URL: "/crd/tree",
Icon: "fas fa-registered",
SchemaAPI: "get:/pages/crd/crd_tree.json",
},

{
Label: "CronTab",
URL: "/crd/crontab/list",
Expand Down

0 comments on commit 43ec606

Please sign in to comment.