mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-10 17:51:45 +02:00
Face Library: show name on details (#17245)
This commit is contained in:
parent
e340c9aaba
commit
ac9e24e2ed
@ -3,6 +3,7 @@
|
|||||||
"addFace": "Walk through adding a new face to the Face Library."
|
"addFace": "Walk through adding a new face to the Face Library."
|
||||||
},
|
},
|
||||||
"details": {
|
"details": {
|
||||||
|
"person": "Person",
|
||||||
"confidence": "Confidence",
|
"confidence": "Confidence",
|
||||||
"face": "Face Details",
|
"face": "Face Details",
|
||||||
"faceDesc": "Details for the face and associated object",
|
"faceDesc": "Details for the face and associated object",
|
||||||
|
@ -368,6 +368,10 @@ function TrainingGrid({
|
|||||||
<DialogTitle>{t("details.face")}</DialogTitle>
|
<DialogTitle>{t("details.face")}</DialogTitle>
|
||||||
<DialogDescription>{t("details.faceDesc")}</DialogDescription>
|
<DialogDescription>{t("details.faceDesc")}</DialogDescription>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
|
<div className="flex flex-col gap-1.5">
|
||||||
|
<div className="text-sm text-primary/40">{t("details.person")}</div>
|
||||||
|
<div className="text-sm capitalize">{selectedEvent?.name}</div>
|
||||||
|
</div>
|
||||||
<div className="flex flex-col gap-1.5">
|
<div className="flex flex-col gap-1.5">
|
||||||
<div className="text-sm text-primary/40">
|
<div className="text-sm text-primary/40">
|
||||||
{t("details.confidence")}
|
{t("details.confidence")}
|
||||||
|
Loading…
Reference in New Issue
Block a user