mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Fix href for cameras direct link
This commit is contained in:
parent
ceab294840
commit
034ff33e2d
@ -46,7 +46,7 @@ function Camera({ name }) {
|
||||
const href = `/cameras/${name}`;
|
||||
const buttons = useMemo(() => {
|
||||
return [
|
||||
{ name: 'Events', href: `/events?camera=${name}` },
|
||||
{ name: 'Events', href: `/events?cameras=${name}` },
|
||||
{ name: 'Recordings', href: `/recording/${name}` },
|
||||
];
|
||||
}, [name]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user