diff --git a/app/dashboard/applications/Applications.tsx b/app/dashboard/applications/Applications.tsx index 8837228..f3defbb 100644 --- a/app/dashboard/applications/Applications.tsx +++ b/app/dashboard/applications/Applications.tsx @@ -244,7 +244,6 @@ export default function Dashboard() { className={isGridLayout ? "h-full flex flex-col justify-between relative" : "w-full mb-4 relative"} > - {/* Online-/Offline-Indikator mit innerem Kreis */}
- +
+ + + + + + + + + + + Loading... +
) } diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index c95a1bd..eadd44e 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -38,7 +38,19 @@ export default function DashboardPage() { if (!isAuthChecked) { return (
- +
+ + + + + + + + + + + Loading... +
) } diff --git a/app/dashboard/servers/page.tsx b/app/dashboard/servers/page.tsx index 20b8d28..795eaf5 100644 --- a/app/dashboard/servers/page.tsx +++ b/app/dashboard/servers/page.tsx @@ -38,7 +38,19 @@ export default function DashboardPage() { if (!isAuthChecked) { return (
- +
+ + + + + + + + + + + Loading... +
) }