web: add new sources view

This commit is contained in:
Jens Langhammer
2021-02-09 16:17:59 +01:00
parent ad91abe9de
commit 5dab198c47
8 changed files with 319 additions and 50 deletions

View File

@ -23,7 +23,7 @@ export const SIDEBAR_ITEMS: SidebarItem[] = [
new SidebarItem("Applications", "/applications").activeWhen(
`^/applications/(?<slug>${SLUG_REGEX})$`
),
new SidebarItem("Sources", "/administration/sources/").activeWhen(
new SidebarItem("Sources", "/sources").activeWhen(
`^/sources/(?<slug>${SLUG_REGEX})$`,
),
new SidebarItem("Providers", "/providers"),