diath / pyfsw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Admin panel pagination

diath opened this issue · comments

Currently all of the admin pages display all results they can fetch. With a populated database it could become an issue. Instead we should add limits to the queries and add pagination. Also a search/filter box for each paginated page so it's easy to find what we're looking for.