diff --git a/Data/Server/WebUI/src/Navigation_Sidebar.jsx b/Data/Server/WebUI/src/Navigation_Sidebar.jsx
index c945a6a..1ee5133 100644
--- a/Data/Server/WebUI/src/Navigation_Sidebar.jsx
+++ b/Data/Server/WebUI/src/Navigation_Sidebar.jsx
@@ -26,8 +26,8 @@ function NavigationSidebar({ currentPage, onNavigate }) {
const [expandedNav, setExpandedNav] = useState({
sites: true,
devices: true,
- filters: true,
- automation: true
+ automation: true,
+ filters: true
});
const NavItem = ({ icon, label, pageKey, indent = 0 }) => {
@@ -86,7 +86,7 @@ function NavigationSidebar({ currentPage, onNavigate }) {
)}
);
@@ -138,7 +138,7 @@ function NavigationSidebar({ currentPage, onNavigate }) {
}
}}
>
-
+
Sites
@@ -182,7 +182,7 @@ function NavigationSidebar({ currentPage, onNavigate }) {
}
}}
>
-
+
Devices
@@ -227,7 +227,7 @@ function NavigationSidebar({ currentPage, onNavigate }) {
}
}}
>
-
+
Automation
@@ -275,7 +275,7 @@ function NavigationSidebar({ currentPage, onNavigate }) {
}
}}
>
-
+
Filters & Groups