diff --git a/ui/src/override/components/useLeftMenu.ts b/ui/src/override/components/useLeftMenu.ts index c48962fcc4e..895578aa4f8 100644 --- a/ui/src/override/components/useLeftMenu.ts +++ b/ui/src/override/components/useLeftMenu.ts @@ -103,7 +103,6 @@ export function useLeftMenu() { } }, { - href: {name: "blueprints", params: {kind: "flow"}}, routes: routeStartWith("blueprints"), title: t("blueprints.title"), icon: { @@ -111,8 +110,18 @@ export function useLeftMenu() { class: "menu-icon" }, child: [ + { + title: t("flows"), + routes: routeStartWith("blueprints/flow"), + icon: { + element: shallowRef(FileTreeOutline), + class: "menu-icon" + }, + href: {name: "blueprints", params: {kind: "flow"}}, + }, { title: t("homeDashboard.title"), + routes: routeStartWith("blueprints/dashboard"), icon: { element: shallowRef(ViewDashboardVariantOutline), class: "menu-icon"