mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 15:05:26 +03:00
Compare commits
3 Commits
4d85441599
...
ae8d906890
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae8d906890 | ||
|
|
b77ffadf42 | ||
|
|
0ce9ed8c7e |
@ -72,6 +72,7 @@ class TestConfigSetWildcardPropagation(BaseTestHttp):
|
|||||||
None,
|
None,
|
||||||
None,
|
None,
|
||||||
mock_publisher,
|
mock_publisher,
|
||||||
|
None,
|
||||||
enforce_default_admin=False,
|
enforce_default_admin=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -479,14 +479,7 @@ const CAMERA_SELECT_BUTTON_PAGES = [
|
|||||||
"regionGrid",
|
"regionGrid",
|
||||||
];
|
];
|
||||||
|
|
||||||
const ALLOWED_VIEWS_FOR_VIEWER = ["ui", "debug", "notifications"];
|
const ALLOWED_VIEWS_FOR_VIEWER = ["profileSettings", "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