diff --git a/dashboard/src/App.tsx b/dashboard/src/App.tsx index e751ab7..dc26d7b 100644 --- a/dashboard/src/App.tsx +++ b/dashboard/src/App.tsx @@ -24,8 +24,8 @@ export function App() { return (
-
- {section === "differential-testing" ? : section === "streaming-diff" ? : section === "new-oven" ? : section === "run-burn" ? : selected ? ( +
+ {section === "differential-testing" ? : section === "performance-tracing" ? : section === "streaming-diff" ? : section === "new-oven" ? : section === "run-burn" ? : selected ? ( error ? : loading && !progress ? : progress ? ( ) : diff --git a/dashboard/src/components/AppHeader/AppHeader.tsx b/dashboard/src/components/AppHeader/AppHeader.tsx index 5a978fc..6d6b21c 100644 --- a/dashboard/src/components/AppHeader/AppHeader.tsx +++ b/dashboard/src/components/AppHeader/AppHeader.tsx @@ -13,9 +13,10 @@ export function AppHeader({ section }: { section: string }) { Burnlist {section === "differential-testing" &&
Differential Testing
} + {section === "performance-tracing" &&
Performance Tracing
} {section === "streaming-diff" &&
Streaming Diff
}