xsshunter-express
xsshunter-express copied to clipboard
No pagination on Collected Pages
Even though there are 216 collected pages the pagination shows only 1 page.
I'll see if I can create a pull request when I have the time.
Hello @Techbrunch,
This is how you can fix this issue:
go to the file: https://github.com/mandatoryprogrammer/xsshunter-express/blob/main/front-end/src/pages/CollectedPages.vue , do the following:
- line 118: edit the variable name report_count to pages_count
- line 225: remove the disabled .page-item.disabled