mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-15 04:17:30 +01:00
Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix
This commit is contained in:
@@ -60,11 +60,11 @@
|
||||
const statusFilter = $derived(
|
||||
presetSubCluster
|
||||
? [
|
||||
{ state: ["running"] },
|
||||
{ cluster: { eq: presetCluster } },
|
||||
{ subCluster: { eq: presetSubCluster } },
|
||||
{ state: ["running"] },
|
||||
]
|
||||
: [{ state: ["running"] }, { cluster: { eq: presetCluster } }],
|
||||
: [{ cluster: { eq: presetCluster } }, { state: ["running"] }],
|
||||
);
|
||||
const topStatsQuery = $derived(
|
||||
loadMe
|
||||
@@ -585,4 +585,3 @@
|
||||
>Cannot render accelerator status charts: No data!</Card
|
||||
>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user