mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-04 22:34:54 +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,
|
||||
mock_publisher,
|
||||
None,
|
||||
enforce_default_admin=False,
|
||||
)
|
||||
|
||||
|
||||
@ -479,7 +479,14 @@ const CAMERA_SELECT_BUTTON_PAGES = [
|
||||
"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
|
||||
const CAMERA_SECTION_MAPPING: Record<string, SettingsType> = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user