mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-01 05:47:29 +01:00
remove undocumented minRunningFor filter, add short jobs quick selection instead
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
|
||||
const filter = $derived([
|
||||
{ cluster: { eq: cluster } },
|
||||
{ node: { contains: hostname } },
|
||||
{ node: { eq: hostname } },
|
||||
{ state: ["running"] },
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user