web: migrate User list to web

This commit is contained in:
Jens Langhammer
2021-02-19 18:43:57 +01:00
parent d219f65e7a
commit fd28f37c0d
10 changed files with 170 additions and 172 deletions

View File

@ -47,7 +47,7 @@ export const SIDEBAR_ITEMS: SidebarItem[] = [
return User.me().then(u => u.is_superuser);
}),
new SidebarItem("Identity & Cryptography").children(
new SidebarItem("User", "/administration/users/"),
new SidebarItem("User", "/users"),
new SidebarItem("Groups", "/groups"),
new SidebarItem("Certificates", "/crypto/certificates"),
new SidebarItem("Tokens", "/administration/tokens/"),