mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-04-03 14:37:29 +02:00
fix: Changes in frontend ui
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
const filter = $derived([
|
||||
{ cluster: { eq: cluster } },
|
||||
{ state: ["running"] },
|
||||
{ node: { contains: nodeData.host } },
|
||||
{ node: { eq: nodeData.host } },
|
||||
]);
|
||||
const nodeJobsData = $derived(queryStore({
|
||||
client: client,
|
||||
|
||||
Reference in New Issue
Block a user