fix(edge/stacks): add pagination to environments list EE-5908 (#10043)

pull/10054/head
matias-portainer 1 year ago committed by GitHub
parent faa1387110
commit 0b8d72bfd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,6 +88,7 @@ export function EnvironmentsDatatable() {
title="Environments Status" title="Environments Status"
titleIcon={HardDrive} titleIcon={HardDrive}
onPageChange={setPage} onPageChange={setPage}
totalCount={endpointsQuery.totalCount}
emptyContentLabel="No environment available." emptyContentLabel="No environment available."
disableSelect disableSelect
description={ description={

Loading…
Cancel
Save