mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-27 22:48:29 +03:00
fix attribute area on detail stream hover
This commit is contained in:
parent
83e46b9e41
commit
13209090f2
@ -887,7 +887,10 @@ function LifecycleItem({
|
|||||||
</span>
|
</span>
|
||||||
<span className="font-medium text-foreground">
|
<span className="font-medium text-foreground">
|
||||||
{attributeAreaPx}{" "}
|
{attributeAreaPx}{" "}
|
||||||
{t("information.pixels", { ns: "common" })}{" "}
|
{t("information.pixels", {
|
||||||
|
ns: "common",
|
||||||
|
area: attributeAreaPx,
|
||||||
|
})}{" "}
|
||||||
<span className="text-secondary-foreground">·</span>{" "}
|
<span className="text-secondary-foreground">·</span>{" "}
|
||||||
{attributeAreaPct}%
|
{attributeAreaPct}%
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user