1
0
Fork 0
mirror of synced 2024-07-09 08:16:34 +12:00

add manage subroute to host users, auth, email pages

This commit is contained in:
Keviin Åberg Kultalahti 2021-05-06 11:00:41 +02:00
parent d644507149
commit b3addde600
4 changed files with 4 additions and 4 deletions

View file

@ -25,10 +25,10 @@
let menu = [ let menu = [
{ title: "Apps", href: "/portal/" }, { title: "Apps", href: "/portal/" },
{ title: "Drafts", href: "/portal/drafts" }, { title: "Drafts", href: "/portal/drafts" },
{ title: "Users", href: "/portal/users", heading: "Manage" }, { title: "Users", href: "/portal/manage/users", heading: "Manage" },
{ title: "Groups", href: "/portal/groups" }, { title: "Groups", href: "/portal/manage/groups" },
{ title: "Auth", href: "/portal/oauth" }, { title: "Auth", href: "/portal/manage/auth" },
{ title: "Email", href: "/portal/email" }, { title: "Email", href: "/portal/manage/email" },
{ title: "General", href: "/portal/settings/general", heading: "Settings" }, { title: "General", href: "/portal/settings/general", heading: "Settings" },
{ title: "Theming", href: "/portal/theming" }, { title: "Theming", href: "/portal/theming" },
{ title: "Account", href: "/portal/account" }, { title: "Account", href: "/portal/account" },

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB