[PR #3873] [MERGED] Fixes #3872: Limit related IPs table #12675

Closed
opened 2025-12-29 22:22:58 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/3873
Author: @hSaria
Created: 1/9/2020
Status: Merged
Merged: 1/9/2020
Merged by: @jeremystretch

Base: developHead: 3872-limit-related-ips


📝 Commits (3)

  • 73e4564 Fixes #3872: Limit related IPs table
  • 67f4d8f Replaced with pagination
  • 03b10b6 Merge branch 'develop' into 3872-limit-related-ips

📊 Changes

3 files changed (+10 additions, -2 deletions)

View changed files

📝 docs/release-notes/version-2.6.md (+1 -0)
📝 netbox/ipam/views.py (+8 -1)
📝 netbox/templates/ipam/ipaddress.html (+1 -1)

📄 Description

Fixes: #3872

Limited the related IPs table to 50 entries (currently loads/renders all related IPs). No preference on the number; it just seemed that 50 was good enough for functionality without making the page too long.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/3873 **Author:** [@hSaria](https://github.com/hSaria) **Created:** 1/9/2020 **Status:** ✅ Merged **Merged:** 1/9/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `3872-limit-related-ips` --- ### 📝 Commits (3) - [`73e4564`](https://github.com/netbox-community/netbox/commit/73e456495fcdb997a6c4b476480700be12a4547e) Fixes #3872: Limit related IPs table - [`67f4d8f`](https://github.com/netbox-community/netbox/commit/67f4d8fab51c5ff4ed8452cdf37dec305042244b) Replaced with pagination - [`03b10b6`](https://github.com/netbox-community/netbox/commit/03b10b6f73e62b87fe5f0929c2c2db6b03476be5) Merge branch 'develop' into 3872-limit-related-ips ### 📊 Changes **3 files changed** (+10 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+1 -0) 📝 `netbox/ipam/views.py` (+8 -1) 📝 `netbox/templates/ipam/ipaddress.html` (+1 -1) </details> ### 📄 Description ### Fixes: #3872 Limited the related IPs table to 50 entries (currently loads/renders all related IPs). No preference on the number; it just seemed that 50 was good enough for functionality without making the page too long. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:22:58 +01:00
adam closed this issue 2025-12-29 22:22:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12675