mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-27 13:47:50 +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(
|
||||
model.trainDate,
|
||||
).toLocaleString()}{" "}
|
||||
({model.baseModel}) (
|
||||
{model.supportedDetectors.join(", ")}) (
|
||||
{model.width + "x" + model.height})
|
||||
({model.baseModel})
|
||||
<div>
|
||||
Supported Detectors: ({model.supportedDetectors.join(", ")}) Dimensions (
|
||||
{model.width + "x" + model.height})
|
||||
</div>
|
||||
<div className="text-xs text-muted-foreground">
|
||||
{id}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user