mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +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"
|
||||
titleIcon={HardDrive}
|
||||
onPageChange={setPage}
|
||||
totalCount={endpointsQuery.totalCount}
|
||||
emptyContentLabel="No environment available."
|
||||
disableSelect
|
||||
description={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue