diff --git a/ui/app/clientLayout.tsx b/ui/app/clientLayout.tsx index aff8903566..eacabe3394 100644 --- a/ui/app/clientLayout.tsx +++ b/ui/app/clientLayout.tsx @@ -1,4 +1,5 @@ import FullPageLoader from "@/components/fullPageLoader"; +import Header from "@/components/header"; import NotAvailableBanner from "@/components/notAvailableBanner"; import ProgressProvider from "@/components/progressBar"; import Sidebar from "@/components/sidebar"; @@ -43,8 +44,9 @@ function AppContent({ children }: { children: React.ReactNode }) { -
-
+
+
+
{isLoading ? : {children}}
diff --git a/ui/app/workspace/config/logging/page.tsx b/ui/app/workspace/config/logging/page.tsx index 01476f218e..c08c8062fe 100644 --- a/ui/app/workspace/config/logging/page.tsx +++ b/ui/app/workspace/config/logging/page.tsx @@ -2,7 +2,7 @@ import LoggingView from "../views/loggingView"; export default function LoggingPage() { return ( -
+
); diff --git a/ui/app/workspace/config/views/loggingView.tsx b/ui/app/workspace/config/views/loggingView.tsx index bb78edc733..03af5eb901 100644 --- a/ui/app/workspace/config/views/loggingView.tsx +++ b/ui/app/workspace/config/views/loggingView.tsx @@ -79,7 +79,7 @@ export default function LoggingView() {
{/* Enable Logs */}
-
+