mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 15:05:26 +03:00
Compare commits
No commits in common. "ae8d906890047e7d7ae5210eed174aa618e941c6" and "4d85441599dcd2aada7113927cc9394aa325d0c0" have entirely different histories.
ae8d906890
...
4d85441599
@ -72,7 +72,6 @@ class TestConfigSetWildcardPropagation(BaseTestHttp):
|
|||||||
None,
|
None,
|
||||||
None,
|
None,
|
||||||
mock_publisher,
|
mock_publisher,
|
||||||
None,
|
|
||||||
enforce_default_admin=False,
|
enforce_default_admin=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -479,7 +479,14 @@ const CAMERA_SELECT_BUTTON_PAGES = [
|
|||||||
"regionGrid",
|
"regionGrid",
|
||||||
];
|
];
|
||||||
|
|
||||||
const ALLOWED_VIEWS_FOR_VIEWER = ["profileSettings", "notifications"];
|
const ALLOWED_VIEWS_FOR_VIEWER = ["ui", "debug", "notifications"];
|
||||||
|
|
||||||
|
const LARGE_BOTTOM_MARGIN_PAGES = [
|
||||||
|
"masksAndZones",
|
||||||
|
"motionTuner",
|
||||||
|
"mediaSync",
|
||||||
|
"regionGrid",
|
||||||
|
];
|
||||||
|
|
||||||
// keys for camera sections
|
// keys for camera sections
|
||||||
const CAMERA_SECTION_MAPPING: Record<string, SettingsType> = {
|
const CAMERA_SECTION_MAPPING: Record<string, SettingsType> = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user