From 106be7540f3f6b04f0c6a37af6730a0bf1ca2fae Mon Sep 17 00:00:00 2001 From: rcourtman Date: Fri, 24 Oct 2025 11:37:36 +0000 Subject: [PATCH] fix: show settings navigation on Docker tab The SettingsSectionNav was only visible on the Proxmox tab. Now it also shows on the Docker settings page (/settings/docker), displaying all four tabs: Virtual Environment, Backup Server, Mail Gateway, and Docker. When on the Docker tab, the navigation correctly highlights Docker as active. --- frontend-modern/src/components/Settings/Settings.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend-modern/src/components/Settings/Settings.tsx b/frontend-modern/src/components/Settings/Settings.tsx index cedd654..057990d 100644 --- a/frontend-modern/src/components/Settings/Settings.tsx +++ b/frontend-modern/src/components/Settings/Settings.tsx @@ -2098,9 +2098,9 @@ const Settings: Component = (props) => {
- +