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:
@@ -63,8 +63,8 @@
|
||||
/* Derived */
|
||||
const filter = $derived([
|
||||
{ cluster: { eq: cluster } },
|
||||
{ node: { contains: nodeData.host } },
|
||||
{ state: ["running"] },
|
||||
{ node: { contains: nodeData.host } },
|
||||
]);
|
||||
const nodeJobsData = $derived(queryStore({
|
||||
client: client,
|
||||
|
||||
Reference in New Issue
Block a user