change order of concurency limits

This commit is contained in:
MilosPaunovic
2025-12-17 16:08:19 +01:00
parent bcf9a23753
commit 9f9f8d8091

View File

@@ -302,6 +302,17 @@ export function useLeftMenu() {
locked: true,
},
},
{
title: t("concurrency limits"),
routes: routeStartWith("admin/concurrency-limits"),
href: {
name: "admin/concurrency-limits",
},
icon: {
element: ShieldAccount, // TODO: Consider changing the icon for this
},
hidden: !configs?.isConcurrencyViewEnabled,
},
{
title: t("iam"),
routes: routeStartWith("admin/iam"),
@@ -315,17 +326,6 @@ export function useLeftMenu() {
locked: true,
},
},
{
title: t("concurrency limits"),
routes: routeStartWith("admin/concurrency-limits"),
href: {
name: "admin/concurrency-limits",
},
icon: {
element: ShieldAccount, // TODO: Consider changing the icon for this
},
hidden: !configs?.isConcurrencyViewEnabled,
},
],
},
{