forked from Github/frigate
Change camera stats to be more structured (#8151)
* Change camera stats to be more structured * Update stats.py * Update stats.py * Update System.jsx Front end also breaks due to moved camera stats
This commit is contained in:
@@ -32,7 +32,7 @@ export default function System() {
|
||||
service = {},
|
||||
detection_fps: _,
|
||||
processes,
|
||||
...cameras
|
||||
cameras,
|
||||
} = stats || initialStats || emptyObject;
|
||||
|
||||
const detectorNames = Object.keys(detectors || emptyObject);
|
||||
|
||||
Reference in New Issue
Block a user