Increase the device display limit from 10 to 100

I want to increase the device display limit from 10 to 100. When clicking on “more,” it should show 100 devices. Can someone explain how to do this?

1 Like

Admin → Config → New config.
key: ui.pageSize
value: 100

it working thank you

Unfortunately this is not working properly. When there are, say 231 devices, it is not possible to see the last 31 of them. Even with default value of 10, after reaching 200 “More” button is not active.

It’s limited by MAX_PAGE_SIZE in ui/index-table-component.ts