mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-28 06:39:01 +03:00
Add model ID to Frigate+ settings page (#17261)
This commit is contained in:
@@ -393,6 +393,7 @@ export interface FrigateConfig {
|
||||
all_attributes: [string];
|
||||
plus?: {
|
||||
name: string;
|
||||
id: string;
|
||||
trainDate: string;
|
||||
baseModel: string;
|
||||
supportedDetectors: string[];
|
||||
|
||||
@@ -113,6 +113,12 @@ export default function FrigatePlusSettingsView() {
|
||||
).toLocaleString()}
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<Label className="text-muted-foreground">
|
||||
{t("frigatePlus.modelInfo.modelId")}
|
||||
</Label>
|
||||
<p>{config.model.plus.id}</p>
|
||||
</div>
|
||||
<div>
|
||||
<Label className="text-muted-foreground">
|
||||
{t("frigatePlus.modelInfo.baseModel")}
|
||||
|
||||
Reference in New Issue
Block a user