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

@@ -180,10 +180,6 @@
// (Re-)query and optionally set new filters; Query will be started reactively.
export function queryJobs(filters) {
if (filters != null) {
let minRunningFor = ccconfig.jobList_hideShortRunningJobs;
if (minRunningFor && minRunningFor > 0) {
filters.push({ minRunningFor });
}
filter = [...filters];
}
};