mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
change order of concurency limits
This commit is contained in:
@@ -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,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user