Drop down supported detectors and dimensions

This commit is contained in:
leccelecce 2025-03-24 13:08:01 +00:00 committed by james
parent f2c48840ca
commit 9b45a54a8b

View File

@ -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>