diff --git a/frontend-modern/src/components/Dashboard/Dashboard.tsx b/frontend-modern/src/components/Dashboard/Dashboard.tsx
index 2ca11cece..4983e2d76 100644
--- a/frontend-modern/src/components/Dashboard/Dashboard.tsx
+++ b/frontend-modern/src/components/Dashboard/Dashboard.tsx
@@ -960,18 +960,16 @@ export function Dashboard(props: DashboardProps) {
- {/* Unified Node Selector - hidden in kiosk mode */}
-
- g.type === 'qemu')}
- filteredContainers={filteredGuests().filter((g) => g.type === 'lxc' || g.type === 'oci')}
- searchTerm={search()}
- />
-
+ {/* Unified Node Selector - always visible (this is the main dashboard content) */}
+ g.type === 'qemu')}
+ filteredContainers={filteredGuests().filter((g) => g.type === 'lxc' || g.type === 'oci')}
+ searchTerm={search()}
+ />
{/* Dashboard Filter - hidden in kiosk mode */}