1
0
Fork 0
mirror of synced 2024-09-11 23:16:00 +12:00

Move settings before account and show plugins for devs

This commit is contained in:
Andrew Kingston 2023-01-09 09:46:27 +00:00
parent 85f4648f6f
commit 8933bc2be8

View file

@ -50,10 +50,18 @@
title: "Apps",
href: "/builder/portal/apps",
},
{
title: "Plugins",
href: "/builder/portal/plugins",
},
]
if (admin) {
menu = menu.concat([
menu = [
{
title: "Apps",
href: "/builder/portal/apps",
},
{
title: "Users",
href: "/builder/portal/users/users",
@ -62,15 +70,15 @@
title: "Plugins",
href: "/builder/portal/plugins",
},
{
title: "Account",
href: "/builder/portal/account",
},
{
title: "Settings",
href: "/builder/portal/settings",
},
])
{
title: "Account",
href: "/builder/portal/account",
},
]
// if (!$adminStore.cloud) {
// menu = menu.concat([
// {