mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-27 19:58:57 +03:00
Refactor Notices and System Health pane (#24243)
* refactor notices * show startup message for enrichments in health pane * tweaks
This commit is contained in:
committed by
Nicolas Mowen
parent
5cef6823a6
commit
7bc32fd4c9
@@ -180,13 +180,15 @@ export function evaluateConfigHealth(
|
||||
cameraMessages
|
||||
.filter((message) => isActive(message, ctx))
|
||||
.forEach((message) => {
|
||||
// camera names have no dots, so the backend can tell this suffix
|
||||
// from global and modelN when the camera is deleted
|
||||
const problem = toProblem(
|
||||
message,
|
||||
section,
|
||||
ctx,
|
||||
camera.name,
|
||||
true,
|
||||
camera.name,
|
||||
`camera.${camera.name}`,
|
||||
t,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user