Move settings before account and show plugins for devs
This commit is contained in:
parent
85f4648f6f
commit
8933bc2be8
|
@ -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([
|
||||
// {
|
||||
|
|
Loading…
Reference in New Issue