mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-04 13:47:37 +02:00
Missed commit
This commit is contained in:
parent
c994eb539b
commit
4184b13261
@ -372,7 +372,7 @@ export default function FrigatePlusSettingsView({
|
||||
{new Date(
|
||||
model.trainDate,
|
||||
).toLocaleString()}{" "}
|
||||
(
|
||||
({model.baseModel}) (
|
||||
{model.isBaseModel
|
||||
? t(
|
||||
"frigatePlus.modelInfo.plusModelType.baseModel",
|
||||
@ -380,13 +380,10 @@ export default function FrigatePlusSettingsView({
|
||||
: t(
|
||||
"frigatePlus.modelInfo.plusModelType.userModel",
|
||||
)}
|
||||
)
|
||||
)<div></div>
|
||||
<div>
|
||||
{model.name} ({model.baseModel})
|
||||
</div>
|
||||
<div>
|
||||
{t("frigatePlus.modelInfo.dimensions")}:{" "}
|
||||
{model.width + "x" + model.height}
|
||||
{model.name} (
|
||||
{model.width + "x" + model.height})
|
||||
</div>
|
||||
<div>
|
||||
{t(
|
||||
|
Loading…
Reference in New Issue
Block a user