diff --git a/app/layout/app.tsx b/app/layout/app.tsx index 0c764ef..04f184d 100644 --- a/app/layout/app.tsx +++ b/app/layout/app.tsx @@ -111,7 +111,7 @@ export default function AppLayout({ loaderData }: Route.ComponentProps) { configAvailable={loaderData.configAvailable} user={loaderData.user} /> -
+
{!loaderData.isHealthy && ( -
-
+
+
- + Headplane logo @@ -57,7 +57,7 @@ export default function Header({ user, access, configAvailable }: HeaderProps) {

headplane

{showTabs && ( -
-
+
@@ -145,6 +145,38 @@ export default function Header({ user, access, configAvailable }: HeaderProps) {
+ {showTabs && ( +
+ +
+ )} ); } diff --git a/app/root.tsx b/app/root.tsx index 8498ee4..bda7d39 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -32,7 +32,7 @@ export function Layout({ children }: { readonly children: React.ReactNode }) { - + {children}