mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-26 13:47:03 +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."
|
||||
},
|
||||
"details": {
|
||||
"person": "Person",
|
||||
"confidence": "Confidence",
|
||||
"face": "Face Details",
|
||||
"faceDesc": "Details for the face and associated object",
|
||||
|
@ -368,6 +368,10 @@ function TrainingGrid({
|
||||
<DialogTitle>{t("details.face")}</DialogTitle>
|
||||
<DialogDescription>{t("details.faceDesc")}</DialogDescription>
|
||||
</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="text-sm text-primary/40">
|
||||
{t("details.confidence")}
|
||||
|
Loading…
Reference in New Issue
Block a user