Pagination not working on "Related IPs" tab #8178

Closed
opened 2025-12-29 20:33:29 +01:00 by adam · 1 comment
Owner

Originally created by @stavr666 on GitHub (Jun 9, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.5.3

Python version

3.10

Steps to Reproduce

Describing tested scenario (reproducible on Demo). It's possible, that UI elements not working on other non-primary tabs.

  1. Go to user preferences and change default page length to 25.
  2. Go to IPAM > Prefixes, create any /26 or wider prefixes.
  3. Go to IP Addresses tab, bulk create 30+ IPs (for pagination).
  4. Click on any of created IPs, go to "Related IPs tab".
  5. Click on 2+ pages or select 50+ Per page values.

Expected Behavior

Pages will change (?page= added to address) and/or number of displayed IPs changed (?per_page= added).

Observed Behavior

Buttons not working. Nothing added to address string.

Originally created by @stavr666 on GitHub (Jun 9, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.5.3 ### Python version 3.10 ### Steps to Reproduce Describing tested scenario (reproducible on Demo). It's possible, that UI elements not working on other non-primary tabs. 1. Go to user preferences and change default page length to 25. 2. Go to IPAM > Prefixes, create any /26 or wider prefixes. 3. Go to IP Addresses tab, bulk create 30+ IPs (for pagination). 4. Click on any of created IPs, go to "Related IPs tab". 5. Click on 2+ pages or select 50+ Per page values. ### Expected Behavior Pages will change (?page=<NUM> added to address) and/or number of displayed IPs changed (?per_page=<NUM> added). ### Observed Behavior Buttons not working. Nothing added to address string.
adam added the type: bugstatus: accepted labels 2025-12-29 20:33:29 +01:00
adam closed this issue 2025-12-29 20:33:29 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jun 14, 2023):

Looks like the <div> is missing the htmx-container CSS class.

@jeremystretch commented on GitHub (Jun 14, 2023): Looks like the `<div>` is missing the `htmx-container` CSS class.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8178