[PR #8983] [MERGED] Closes #8163: Add bridge members panel to interface view #13416

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/8983
Author: @stephanblanke
Created: 3/28/2022
Status: Merged
Merged: 3/30/2022
Merged by: @jeremystretch

Base: developHead: 8163-bridge-members-panel-in-interface-view


📝 Commits (1)

  • b7e2ea1 Closes #8163: Add bridge members panel to interface view

📊 Changes

3 files changed (+20 additions, -0 deletions)

View changed files

📝 netbox/dcim/models/device_components.py (+4 -0)
📝 netbox/dcim/views.py (+9 -0)
📝 netbox/templates/dcim/interface.html (+7 -0)

📄 Description

Fixes: #8163

This PR adds a new bridge members panel to the interface view. It is only displayed, if the interface in question is of type bridge.


🔄 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/8983 **Author:** [@stephanblanke](https://github.com/stephanblanke) **Created:** 3/28/2022 **Status:** ✅ Merged **Merged:** 3/30/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `8163-bridge-members-panel-in-interface-view` --- ### 📝 Commits (1) - [`b7e2ea1`](https://github.com/netbox-community/netbox/commit/b7e2ea1ca5ad734373fe442425cd9b0b019b7467) Closes #8163: Add bridge members panel to interface view ### 📊 Changes **3 files changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/models/device_components.py` (+4 -0) 📝 `netbox/dcim/views.py` (+9 -0) 📝 `netbox/templates/dcim/interface.html` (+7 -0) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #8163 <!-- Please include a summary of the proposed changes below. --> This PR adds a new bridge members panel to the interface view. It is only displayed, if the interface in question is of type bridge. --- <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:27:17 +01:00
adam closed this issue 2025-12-29 22:27:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13416