[PR #3869] [CLOSED] Fixes #3864: Limit number of related IPs #12671

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/3869
Author: @hSaria
Created: 1/9/2020
Status: Closed

Base: developHead: 3864-related-ips-limit


📝 Commits (2)

  • b076002 Fixes #3864: Limit number of related IPs
  • c92c02d Merge branch 'develop' into 3864-related-ips-limit

📊 Changes

2 files changed (+2 additions, -1 deletions)

View changed files

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

📄 Description

Fixes: #3864

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/3869 **Author:** [@hSaria](https://github.com/hSaria) **Created:** 1/9/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `3864-related-ips-limit` --- ### 📝 Commits (2) - [`b076002`](https://github.com/netbox-community/netbox/commit/b0760022071913a084f88c512e603ace1bcceb89) Fixes #3864: Limit number of related IPs - [`c92c02d`](https://github.com/netbox-community/netbox/commit/c92c02d9b1ff2995b2d20fe21d93d071e9ecd3c9) Merge branch 'develop' into 3864-related-ips-limit ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+1 -0) 📝 `netbox/ipam/views.py` (+1 -1) </details> ### 📄 Description ### Fixes: #3864 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:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12671