mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-27 06:36:07 +02:00
remove logging
This commit is contained in:
@@ -204,8 +204,6 @@
|
||||
},
|
||||
}));
|
||||
|
||||
$inspect($nodesStateCounts?.data?.nodeStates)
|
||||
|
||||
const refinedStateData = $derived.by(() => {
|
||||
return $nodesStateCounts?.data?.nodeStates.filter((e) => ['allocated', 'reserved', 'idle', 'mixed','down', 'unknown'].includes(e.state))
|
||||
});
|
||||
|
Reference in New Issue
Block a user