From 591cd9fd66fe7d15d9cf0686f5a976cdb39362a5 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Fri, 14 Nov 2025 11:28:48 +0100 Subject: [PATCH] review analysis view layout, add title with info --- web/frontend/src/Analysis.root.svelte | 14 +++++++++++--- .../src/generic/plots/RooflineHeatmap.svelte | 4 ++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/web/frontend/src/Analysis.root.svelte b/web/frontend/src/Analysis.root.svelte index 8d9972a..808d2aa 100644 --- a/web/frontend/src/Analysis.root.svelte +++ b/web/frontend/src/Analysis.root.svelte @@ -370,7 +370,7 @@ {:else if $statsQuery.data} - + @@ -419,7 +419,7 @@ {:else} t[sortSelection.key], @@ -490,11 +490,19 @@ {:else if $rooflineQuery.error} {$rooflineQuery.error.message} {:else if $rooflineQuery.data && cluster} +
+
Job Roofline Heatmap
+ +
{#key $rooflineQuery.data}