mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-19 23:08:08 +02:00
Drop down supported detectors and dimensions
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user