recordings is taken by nginx so refresh fails - change base to recording

This commit is contained in:
Jason Hunter
2021-06-03 13:02:40 -04:00
committed by Blake Blackshear
parent 0d96c3529d
commit 7b3abe330e
4 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ function Camera({ name }) {
const href = `/cameras/${name}`;
const buttons = useMemo(() => [
{ name: 'Events', href: `/events?camera=${name}` },
{ name: 'Recordings', href: `/recordings/${name}` }
{ name: 'Recordings', href: `/recording/${name}` }
], [name]);
const icons = useMemo(
() => [