[PR #10478] [CLOSED] Fixes: #10460 Fix view for connection details #13638

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10478
Author: @phurrelmann
Created: 9/27/2022
Status: Closed

Base: developHead: 10460-fix-connection-details


📝 Commits (1)

📊 Changes

6 files changed (+44 additions, -59 deletions)

View changed files

📝 netbox/templates/dcim/consoleport.html (+6 -6)
📝 netbox/templates/dcim/consoleserverport.html (+6 -6)
📝 netbox/templates/dcim/interface.html (+12 -27)
📝 netbox/templates/dcim/powerfeed.html (+9 -9)
📝 netbox/templates/dcim/poweroutlet.html (+5 -5)
📝 netbox/templates/dcim/powerport.html (+6 -6)

📄 Description

Fixes: #10460

  • assumes only one connection for power related connections
  • consoleport and consoleserver allow multiple connections on the view
  • interface allows multiple connections and old circuit details removed (circuit is broken since at least 2.7 and this is probably a remnant of the first cable-model overhaul)

🔄 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/10478 **Author:** [@phurrelmann](https://github.com/phurrelmann) **Created:** 9/27/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `10460-fix-connection-details` --- ### 📝 Commits (1) - [`8060617`](https://github.com/netbox-community/netbox/commit/8060617edc396d29b637a612e3e50ddd514336db) Fixes: #10460 Fix view for connection details ### 📊 Changes **6 files changed** (+44 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/dcim/consoleport.html` (+6 -6) 📝 `netbox/templates/dcim/consoleserverport.html` (+6 -6) 📝 `netbox/templates/dcim/interface.html` (+12 -27) 📝 `netbox/templates/dcim/powerfeed.html` (+9 -9) 📝 `netbox/templates/dcim/poweroutlet.html` (+5 -5) 📝 `netbox/templates/dcim/powerport.html` (+6 -6) </details> ### 📄 Description ### Fixes: #10460 * assumes only one connection for power related connections * consoleport and consoleserver allow multiple connections on the view * interface allows multiple connections and old circuit details removed (circuit is broken since at least 2.7 and this is probably a remnant of the first cable-model overhaul) --- <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:20:00 +01:00
adam closed this issue 2025-12-29 23:20:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13638