mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-31 13:48:19 +02:00
Drop down supported detectors and dimensions
This commit is contained in:
parent
f2c48840ca
commit
9b45a54a8b
@ -357,9 +357,11 @@ export default function FrigatePlusSettingsView({
|
|||||||
{new Date(
|
{new Date(
|
||||||
model.trainDate,
|
model.trainDate,
|
||||||
).toLocaleString()}{" "}
|
).toLocaleString()}{" "}
|
||||||
({model.baseModel}) (
|
({model.baseModel})
|
||||||
{model.supportedDetectors.join(", ")}) (
|
<div>
|
||||||
|
Supported Detectors: ({model.supportedDetectors.join(", ")}) Dimensions (
|
||||||
{model.width + "x" + model.height})
|
{model.width + "x" + model.height})
|
||||||
|
</div>
|
||||||
<div className="text-xs text-muted-foreground">
|
<div className="text-xs text-muted-foreground">
|
||||||
{id}
|
{id}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user