mirror of https://github.com/portainer/portainer
fix(edge/stacks): add pagination to environments list EE-5908 (#10043)
parent
faa1387110
commit
0b8d72bfd4
|
@ -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…
Reference in New Issue