reorder frontend coded filters to match db indices

This commit is contained in:
Christoph Kluge
2026-03-13 10:48:38 +01:00
parent a877937a25
commit 41114f7eda
7 changed files with 9 additions and 9 deletions

View File

@@ -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,