mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-11 21:41:46 +01:00
remove undocumented minRunningFor filter, add short jobs quick selection instead
This commit is contained in:
@@ -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];
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user