mirror of https://github.com/portainer/portainer
fix(edge/stacks): add pagination to environments list EE-5908 (#10042)
parent
fd7e8a629e
commit
8355d449c5
|
@ -88,6 +88,7 @@ export function EnvironmentsDatatable() {
|
|||
title="Environments Status"
|
||||
titleIcon={HardDrive}
|
||||
onPageChange={setPage}
|
||||
totalCount={endpointsQuery.totalCount}
|
||||
emptyContentLabel="No environment available."
|
||||
disableSelect
|
||||
description={
|
||||
|
|
Loading…
Reference in New Issue