mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 05:27:44 +03:00
Clenaup
This commit is contained in:
parent
3fbf28913d
commit
c62e52288a
@ -363,7 +363,7 @@ function TrainingGrid({
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<DialogContent className={cn("", isDesktop && "max-w-[50%]")}>
|
<DialogContent>
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>{t("details.face")}</DialogTitle>
|
<DialogTitle>{t("details.face")}</DialogTitle>
|
||||||
<DialogDescription>{t("details.faceDesc")}</DialogDescription>
|
<DialogDescription>{t("details.faceDesc")}</DialogDescription>
|
||||||
@ -383,7 +383,8 @@ function TrainingGrid({
|
|||||||
<div className="text-sm">{formattedDate}</div>
|
<div className="text-sm">{formattedDate}</div>
|
||||||
</div>
|
</div>
|
||||||
<img
|
<img
|
||||||
src={`${baseUrl}api/events/${selectedEvent?.eventId}/snapshot.jpg?bbox=1`}
|
className="w-full"
|
||||||
|
src={`${baseUrl}api/events/${selectedEvent?.eventId}/thumbnail.jpg`}
|
||||||
/>
|
/>
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user