mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-06-08 12:47:29 +02:00
reorder frontend coded filters to match db indices
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
from: from.toISOString(),
|
||||
clusterFrom: clusterFrom.toISOString(),
|
||||
to: to.toISOString(),
|
||||
jobFilter: [{ state: ["running"] }, { cluster: { eq: presetCluster } }],
|
||||
jobFilter: [{ cluster: { eq: presetCluster } }, { state: ["running"] }],
|
||||
nodeFilter: { cluster: { eq: presetCluster }},
|
||||
paging: { itemsPerPage: -1, page: 1 }, // Get all: -1
|
||||
sorting: { field: "startTime", type: "col", order: "DESC" }
|
||||
|
||||
Reference in New Issue
Block a user