Compare commits

..

No commits in common. "ae8d906890047e7d7ae5210eed174aa618e941c6" and "4d85441599dcd2aada7113927cc9394aa325d0c0" have entirely different histories.

2 changed files with 8 additions and 2 deletions

View File

@ -72,7 +72,6 @@ class TestConfigSetWildcardPropagation(BaseTestHttp):
None,
None,
mock_publisher,
None,
enforce_default_admin=False,
)

View File

@ -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> = {