[PR #3875] [MERGED] Fixes #3393: Paginate circuits at the provider details view #12674

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/3875
Author: @hSaria
Created: 1/9/2020
Status: Merged
Merged: 1/9/2020
Merged by: @jeremystretch

Base: developHead: 3393-provider-circuit-paginate


📝 Commits (3)

  • 883655c Fixes #3393: Paginate circuits at the provider details view
  • 94a7d8e Hid the provider column
  • 1e740a7 Corrected placement of changelog

📊 Changes

3 files changed (+16 additions, -53 deletions)

View changed files

📝 docs/release-notes/version-2.6.md (+1 -0)
📝 netbox/circuits/views.py (+13 -1)
📝 netbox/templates/circuits/provider.html (+2 -52)

📄 Description

Fixes: #3393

Paginated the list of circuits in the provider details view. I've also templated the table which, in addition to looking more consistent with the other tables, also added Status column that was not in the table of the provider view.


🔄 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/3875 **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:** `3393-provider-circuit-paginate` --- ### 📝 Commits (3) - [`883655c`](https://github.com/netbox-community/netbox/commit/883655ce71cf69237f5f583749ebd2e12a335781) Fixes #3393: Paginate circuits at the provider details view - [`94a7d8e`](https://github.com/netbox-community/netbox/commit/94a7d8e49360dd3debefefab9628d0f01e13b5d2) Hid the provider column - [`1e740a7`](https://github.com/netbox-community/netbox/commit/1e740a70f766fbde6304246002dfd830dbe06889) Corrected placement of changelog ### 📊 Changes **3 files changed** (+16 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-2.6.md` (+1 -0) 📝 `netbox/circuits/views.py` (+13 -1) 📝 `netbox/templates/circuits/provider.html` (+2 -52) </details> ### 📄 Description ### Fixes: #3393 Paginated the list of circuits in the provider details view. I've also templated the table which, in addition to looking more consistent with the other tables, also added `Status` column that was not in the table of the provider view. --- <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#12674