Merge branch 'hotfix' of github.com:ClusterCockpit/cc-backend into hotfix

This commit is contained in:
2026-03-13 13:17:34 +01:00
10 changed files with 23 additions and 17 deletions

View File

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