Page MenuHomePhabricator

[explorer] Remove extra pagination
ClosedPublic

Authored by johnkuney on Aug 21 2024, 19:21.

Details

Reviewers
tobias_ruck
Group Reviewers
Restricted Project
Commits
rABC9e12b2825253: [explorer] Remove extra pagination
Summary

All the tables have some extra, non-functioning pagination numbers showing at the bottom.
Happened with the datatables version update it seems like, the newer version defaults to showing pagination
but since we are using a custom solution here, need to hide it

Test Plan

preview the site and check those extra pagination numbers arent showing above the actual pagination

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tobias_ruck added a subscriber: tobias_ruck.
tobias_ruck added inline comments.
web/explorer/explorer-server/templates/pages/address.html
3–4 ↗(On Diff #49311)

is there a reason for this new line change? this is the cause for the indent removal below

This revision now requires changes to proceed.Aug 21 2024, 20:35

so when I saved it did all that formatting...removed it though and just saved without autoformat on...

This revision is now accepted and ready to land.Aug 21 2024, 22:00
This revision was automatically updated to reflect the committed changes.