mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Fix tests to include camera name
This commit is contained in:
parent
617e21b0a6
commit
883b6dc68b
@ -68,6 +68,7 @@ export const handlers = [
|
|||||||
top_score: Math.random(),
|
top_score: Math.random(),
|
||||||
zones: ['front_patio'],
|
zones: ['front_patio'],
|
||||||
thumbnail: '/9j/4aa...',
|
thumbnail: '/9j/4aa...',
|
||||||
|
camera: 'camera_name',
|
||||||
}))
|
}))
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|||||||
@ -461,7 +461,7 @@ export default function Events({ path, ...props }) {
|
|||||||
</div>
|
</div>
|
||||||
<div className="capitalize text-sm flex align-center">
|
<div className="capitalize text-sm flex align-center">
|
||||||
<Zone className="w-5 h-5 mr-2 inline" />
|
<Zone className="w-5 h-5 mr-2 inline" />
|
||||||
{event.zones.join(',').replaceAll('_', ' ')}
|
{event.zones.join(', ').replaceAll('_', ' ')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="hidden sm:flex flex-col justify-end mr-2">
|
<div class="hidden sm:flex flex-col justify-end mr-2">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user