diff --git a/src/components/DeploymentsTable.tsx b/src/components/DeploymentsTable.tsx index db83862..9855488 100644 --- a/src/components/DeploymentsTable.tsx +++ b/src/components/DeploymentsTable.tsx @@ -223,7 +223,7 @@ export function DeploymentsTable({ deployments, isLoading, onRefresh }: Deployme getRowCanExpand: () => true, initialState: { pagination: { - pageSize: 10, + pageSize: 50, }, }, }); @@ -385,7 +385,7 @@ export function DeploymentsTable({ deployments, isLoading, onRefresh }: Deployme {/* Pagination */} - {filteredDeployments.length > 10 && ( + {filteredDeployments.length > 25 && (