From 53d03934cf45df3c6275d0493617e4604c5419fc Mon Sep 17 00:00:00 2001 From: leccelecce <24962424+leccelecce@users.noreply.github.com> Date: Sun, 23 Mar 2025 21:46:50 +0000 Subject: [PATCH] UI tweaks --- web/public/locales/en/views/settings.json | 2 +- web/src/views/settings/FrigatePlusSettingsView.tsx | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/web/public/locales/en/views/settings.json b/web/public/locales/en/views/settings.json index 6e7db5074..c43baad7c 100644 --- a/web/public/locales/en/views/settings.json +++ b/web/public/locales/en/views/settings.json @@ -540,7 +540,6 @@ }, "modelInfo": { "title": "Model Information", - "modelId": "Model ID", "modelType": "Model Type", "trainDate": "Train Date", "baseModel": "Base Model", @@ -548,6 +547,7 @@ "cameras": "Cameras", "loading": "Loading model information...", "error": "Failed to load model information", + "availableModels": "Available Models", "modelSelect": "Your available models on Frigate+ can be selected here. Note that only models compatible with your current detector configuration are shown." }, "toast": { diff --git a/web/src/views/settings/FrigatePlusSettingsView.tsx b/web/src/views/settings/FrigatePlusSettingsView.tsx index 8f228c605..ab113263c 100644 --- a/web/src/views/settings/FrigatePlusSettingsView.tsx +++ b/web/src/views/settings/FrigatePlusSettingsView.tsx @@ -269,12 +269,6 @@ export default function FrigatePlusSettingsView({ ).toLocaleString()}

-
- -

{config.model.plus.id}

-