mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
Update System.jsx
Front end also breaks due to moved camera stats
This commit is contained in:
parent
0e6b9d6819
commit
f4df4b98fd
@ -32,7 +32,7 @@ export default function System() {
|
|||||||
service = {},
|
service = {},
|
||||||
detection_fps: _,
|
detection_fps: _,
|
||||||
processes,
|
processes,
|
||||||
...cameras
|
cameras,
|
||||||
} = stats || initialStats || emptyObject;
|
} = stats || initialStats || emptyObject;
|
||||||
|
|
||||||
const detectorNames = Object.keys(detectors || emptyObject);
|
const detectorNames = Object.keys(detectors || emptyObject);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user