Skip to content

views: add pagination to suppressed machines table at index page

Add pagination to suppressed machines table at index page as it speeds up time of receiving page from server by even 15-30 times faster (eg 16sec vs 0.9sec) when pagination suppressed_machines of size 3768 to 100 items pages.

Change is prepared such that it would be easy to add pagination to other tables at index page.

Merge request reports