mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 01:57:36 +03:00
add plate to object lifecycle
This commit is contained in:
parent
e06c88564c
commit
65d6b042d4
@ -632,13 +632,17 @@ export default function ObjectLifecycle({
|
|||||||
}}
|
}}
|
||||||
role="button"
|
role="button"
|
||||||
>
|
>
|
||||||
<div className={cn("ml-1 rounded-full bg-muted-foreground p-2")}>
|
<div
|
||||||
|
className={cn(
|
||||||
|
"relative ml-2 rounded-full bg-muted-foreground p-2",
|
||||||
|
)}
|
||||||
|
>
|
||||||
{getIconForLabel(
|
{getIconForLabel(
|
||||||
event.label,
|
event.sub_label ? event.label + "-verified" : event.label,
|
||||||
"size-6 text-primary dark:text-white",
|
"size-4 text-white",
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex items-end gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<span>{label}</span>
|
<span>{label}</span>
|
||||||
<span className="text-secondary-foreground">
|
<span className="text-secondary-foreground">
|
||||||
{formattedStart ?? ""} - {formattedEnd ?? ""}
|
{formattedStart ?? ""} - {formattedEnd ?? ""}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user