mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
Decrease amount of peers show in the list to 15
This commit is contained in:
@@ -148,7 +148,7 @@ export const Peers = () => {
|
||||
<PaginatedPeersList
|
||||
data={peers}
|
||||
RenderComponent={PeerRow}
|
||||
dataLimit={25}
|
||||
dataLimit={15}
|
||||
pageLimit={5}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user