web: fix outpost item in sidebar being active on service connection views

This commit is contained in:
Jens Langhammer
2021-02-07 18:21:13 +01:00
parent 6869b3c16a
commit bf9826873e
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ export const SIDEBAR_ITEMS: SidebarItem[] = [
),
new SidebarItem("Providers", "/providers"),
new SidebarItem("Outposts", "/administration/outposts/"),
new SidebarItem("Outpost Service Connections", "/administration/outposts/service_connections/"),
new SidebarItem("Outpost Service Connections", "/administration/outpost_service_connections/"),
).when((): Promise<boolean> => {
return User.me().then(u => u.is_superuser);
}),