[PR #10117] [MERGED] Fixes #10087: Correct display of far end in console/power/interface connections tables #13560

Closed
opened 2025-12-29 23:19:34 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10117
Author: @jeremystretch
Created: 8/23/2022
Status: Merged
Merged: 8/25/2022
Merged by: @jeremystretch

Base: developHead: 10087-connections-tables


📝 Commits (2)

  • b66317d Fixes #10087: Correct display of far end in console/power/interface connections tables
  • 277a400 Merge branch 'develop' into 10087-connections-tables

📊 Changes

4 files changed (+76 additions, -105 deletions)

View changed files

📝 docs/release-notes/version-3.3.md (+1 -0)
📝 netbox/dcim/tables/__init__.py (+1 -102)
netbox/dcim/tables/connections.py (+71 -0)
📝 netbox/dcim/views.py (+3 -3)

📄 Description

Fixes: #10087

  • Move the connection tables to connections.py
  • Replace the far-end device and name columns with a single "connection" column for all three tables
  • Update the view logic to return only complete paths

🔄 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/10117 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/23/2022 **Status:** ✅ Merged **Merged:** 8/25/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `10087-connections-tables` --- ### 📝 Commits (2) - [`b66317d`](https://github.com/netbox-community/netbox/commit/b66317dfd27bd0dcaa195368ed67fcbb1423195d) Fixes #10087: Correct display of far end in console/power/interface connections tables - [`277a400`](https://github.com/netbox-community/netbox/commit/277a400c27430645d88e8b52b9458a9887791993) Merge branch 'develop' into 10087-connections-tables ### 📊 Changes **4 files changed** (+76 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.3.md` (+1 -0) 📝 `netbox/dcim/tables/__init__.py` (+1 -102) ➕ `netbox/dcim/tables/connections.py` (+71 -0) 📝 `netbox/dcim/views.py` (+3 -3) </details> ### 📄 Description ### Fixes: #10087 - Move the connection tables to `connections.py` - Replace the far-end device and name columns with a single "connection" column for all three tables - Update the view logic to return only complete paths --- <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 23:19:34 +01:00
adam closed this issue 2025-12-29 23:19:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13560