revert external config supply for nodeList component

This commit is contained in:
Christoph Kluge
2026-02-10 16:46:18 +01:00
parent a5a1fd1a6a
commit 5e4994a64c
3 changed files with 13 additions and 11 deletions

View File

@@ -867,7 +867,8 @@ func (r *queryResolver) NodeMetricsList(ctx context.Context, cluster string, sub
}
nodeMetricsListResult := &model.NodesResultList{
Items: nodeMetricsList,
Items: nodeMetricsList,
// TotalNodes depends on sum of nodes grouped on latest timestamp, see repo/node.go:357
TotalNodes: &countNodes,
HasNextPage: &hasNextPage,
}