Compare commits

...
3 Commits
Author SHA1 Message Date
Josh Hawkins ae8d906890 fix test 2026-03-06 07:30:20 -06:00
Josh Hawkins b77ffadf42 tweak 2026-03-06 07:19:58 -06:00
Josh Hawkins 0ce9ed8c7e clean up 2026-03-06 07:13:39 -06:00
2 changed files with 2 additions and 8 deletions
@@ -72,6 +72,7 @@ class TestConfigSetWildcardPropagation(BaseTestHttp):
None,
None,
mock_publisher,
None,
enforce_default_admin=False,
)
+1 -8
View File
@@ -479,14 +479,7 @@ const CAMERA_SELECT_BUTTON_PAGES = [
"regionGrid",
];
const ALLOWED_VIEWS_FOR_VIEWER = ["ui", "debug", "notifications"];
const LARGE_BOTTOM_MARGIN_PAGES = [
"masksAndZones",
"motionTuner",
"mediaSync",
"regionGrid",
];
const ALLOWED_VIEWS_FOR_VIEWER = ["profileSettings", "notifications"];
// keys for camera sections
const CAMERA_SECTION_MAPPING: Record<string, SettingsType> = {