diff --git a/web/src/components/config-form/sections/BaseSection.tsx b/web/src/components/config-form/sections/BaseSection.tsx index d2be6ded4c..f171d9fe13 100644 --- a/web/src/components/config-form/sections/BaseSection.tsx +++ b/web/src/components/config-form/sections/BaseSection.tsx @@ -936,7 +936,7 @@ export function ConfigSection({ )} -
+
{((effectiveLevel === "camera" && isOverridden) || effectiveLevel === "global") && !hasChanges && diff --git a/web/src/views/settings/ProfilesView.tsx b/web/src/views/settings/ProfilesView.tsx index b9c00b6d5d..a5c0474bb3 100644 --- a/web/src/views/settings/ProfilesView.tsx +++ b/web/src/views/settings/ProfilesView.tsx @@ -385,7 +385,7 @@ export default function ProfilesView({ {/* Active Profile + Add Profile bar */} {(hasProfiles || profilesUIEnabled) && ( -
+
{hasProfiles && (
@@ -470,12 +470,12 @@ export default function ProfilesView({ )} > -
-
+
+
{isExpanded ? ( - + ) : ( - + )} - + {profileFriendlyNames?.get(profile) ?? profile} +
+
{isActive && ( )} -
-
{cameras.length > 0 ? t("profiles.cameraCount", { @@ -523,7 +523,7 @@ export default function ProfilesView({