mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-15 12:27:30 +01:00
reorder frontend coded filters to match db indices
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
}
|
||||
`,
|
||||
variables: {
|
||||
filter: [{ state: ["running"] }, { cluster: { eq: cluster} }],
|
||||
filter: [{ cluster: { eq: cluster} }, { state: ["running"] }],
|
||||
selectedHistograms: selectedHistograms
|
||||
},
|
||||
requestPolicy: "network-only"
|
||||
|
||||
Reference in New Issue
Block a user