remove undocumented minRunningFor filter, add short jobs quick selection instead

This commit is contained in:
Christoph Kluge
2026-02-09 12:23:21 +01:00
parent 1980ef5f43
commit 7dd3ee3084
7 changed files with 54 additions and 15 deletions

View File

@@ -219,9 +219,10 @@
<Filters
bind:this={filterComponent}
{filterPresets}
shortJobQuickSelect
shortJobCutoff={ccconfig?.jobList_hideShortRunningJobs}
showFilter={!showCompare}
matchedJobs={showCompare? matchedCompareJobs: matchedListJobs}
startTimeQuickSelect
applyFilters={(detail) => {
jobFilters = [...detail.filters, { user: { eq: user.username } }];
selectedCluster = jobFilters[0]?.cluster