Skip to content

Commit 8d1523d

Browse files
authored
fix: increase the number of agent nodes fetched to 100 for TotalResourceWithinResourceGroup (#4922)
1 parent fb004cf commit 8d1523d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

react/src/components/TotalResourceWithinResourceGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const TotalResourceWithinResourceGroup: React.FC<
8686
}
8787
total_count
8888
}
89-
agent_nodes(filter: $agentNodeFilter)
89+
agent_nodes(filter: $agentNodeFilter, first: 100)
9090
@since(version: "24.12.0")
9191
@include(if: $isSuperAdmin) {
9292
edges {

0 commit comments

Comments
 (0)