Move settings before account and show plugins for devs
This commit is contained in:
parent
85f4648f6f
commit
8933bc2be8
|
@ -50,10 +50,18 @@
|
||||||
title: "Apps",
|
title: "Apps",
|
||||||
href: "/builder/portal/apps",
|
href: "/builder/portal/apps",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Plugins",
|
||||||
|
href: "/builder/portal/plugins",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
if (admin) {
|
if (admin) {
|
||||||
menu = menu.concat([
|
menu = [
|
||||||
|
{
|
||||||
|
title: "Apps",
|
||||||
|
href: "/builder/portal/apps",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Users",
|
title: "Users",
|
||||||
href: "/builder/portal/users/users",
|
href: "/builder/portal/users/users",
|
||||||
|
@ -62,15 +70,15 @@
|
||||||
title: "Plugins",
|
title: "Plugins",
|
||||||
href: "/builder/portal/plugins",
|
href: "/builder/portal/plugins",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Account",
|
|
||||||
href: "/builder/portal/account",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Settings",
|
title: "Settings",
|
||||||
href: "/builder/portal/settings",
|
href: "/builder/portal/settings",
|
||||||
},
|
},
|
||||||
])
|
{
|
||||||
|
title: "Account",
|
||||||
|
href: "/builder/portal/account",
|
||||||
|
},
|
||||||
|
]
|
||||||
// if (!$adminStore.cloud) {
|
// if (!$adminStore.cloud) {
|
||||||
// menu = menu.concat([
|
// menu = menu.concat([
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Reference in New Issue