mirror of
https://github.com/portainer/portainer.git
synced 2025-07-30 10:49:40 +02:00
fix(edge/stacks): add pagination to environments list EE-5908 (#10042)
This commit is contained in:
parent
fd7e8a629e
commit
8355d449c5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue