admin: migrate certificate-keypair list to web

This commit is contained in:
Jens Langhammer
2021-02-16 23:13:22 +01:00
parent 60c244c31d
commit 4cfcc48b23
12 changed files with 163 additions and 336 deletions

View File

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