diff --git a/frontend/src/lib/components/RunsPage.svelte b/frontend/src/lib/components/RunsPage.svelte index 660a9daf28..be828a77b3 100644 --- a/frontend/src/lib/components/RunsPage.svelte +++ b/frontend/src/lib/components/RunsPage.svelte @@ -712,6 +712,11 @@ transformInputSelectedText={(_, v) => `${pluralize(v, 'day')} lookback`} tooltip={'How far behind the min datetime to start considering jobs for the concurrency graph. Change this value to include jobs started before the set time window for the computation of the graph'} /> + {:else if !lastFetchWentToEnd} + {/if} {#if graph === 'RunChart'}