moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
908 stars 292 forks source link

Pagination on admin side - User list #582

Open PunitTailor55 opened 1 year ago

PunitTailor55 commented 1 year ago

It requires pagination on the user page list /admin/users on the admin side. When the number of users increase It is taking time to load and sometimes gives a 504 gateway error.

PunitTailor55 commented 11 months ago

Would it be possible to make this enhancement now?

eljeffeg commented 11 months ago

Haven't had time, but please feel free to make the change and push a merge request. 😄

PunitTailor55 commented 10 months ago

I have tried to develope pagination in admin page with help of scoreboard pagination. However, design is working properly but database is not connect with the page. It would be helpful if you do pagination on admin side because whenever I visit page application goes down with 502 error.