web: migrate Group list to web

This commit is contained in:
Jens Langhammer
2021-02-19 17:18:09 +01:00
parent 71f771c22c
commit 029c6cd182
7 changed files with 103 additions and 145 deletions

View File

@ -48,7 +48,7 @@ export const SIDEBAR_ITEMS: SidebarItem[] = [
}),
new SidebarItem("Identity & Cryptography").children(
new SidebarItem("User", "/administration/users/"),
new SidebarItem("Groups", "/administration/groups/"),
new SidebarItem("Groups", "/groups"),
new SidebarItem("Certificates", "/crypto/certificates"),
new SidebarItem("Tokens", "/administration/tokens/"),
).when((): Promise<boolean> => {