Skip to content

Commit

Permalink
chore(ui): move apps link in left menu just below the flows (#7063)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Jan 30, 2025
1 parent 17e1623 commit 67b3937
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ui/src/override/components/useLeftMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ export function useLeftMenu() {
},
exact: false,
},
{
href: {name: "apps/list"},
routes: routeStartWith("apps"),
title: t("apps"),
icon: {
element: shallowRef(FormatListGroupPlus),
class: "menu-icon"
}
},
{
href: {name: "templates/list"},
routes: routeStartWith("templates"),
Expand Down Expand Up @@ -145,15 +154,6 @@ export function useLeftMenu() {
class: "menu-icon"
},
},
{
href: {name: "apps/list"},
routes: routeStartWith("apps"),
title: t("apps"),
icon: {
element: shallowRef(FormatListGroupPlus),
class: "menu-icon"
}
},
{
title: t("administration"),
routes: routeStartWith("admin"),
Expand Down

0 comments on commit 67b3937

Please sign in to comment.