mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
Merge main into fileset-resource-type
This commit is contained in:
@@ -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}
|
||||
<Button wrapperClasses="ml-2" unifiedSize="md" onClick={() => jobsLoader.loadExtraJobs()}>
|
||||
Load more
|
||||
<Tooltip>There are more jobs to load</Tooltip>
|
||||
</Button>
|
||||
{/if}
|
||||
</div>
|
||||
{#if graph === 'RunChart'}
|
||||
|
||||
Reference in New Issue
Block a user