[PR #11814] [MERGED] Closes #11011: Hide virtual interfaces #13847

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/11814
Author: @aronjohanns
Created: 2/23/2023
Status: Merged
Merged: 2/27/2023
Merged by: @jeremystretch

Base: developHead: 11011-hide-vif


📝 Commits (3)

📊 Changes

5 files changed (+77 additions, -80 deletions)

View changed files

📝 netbox/dcim/tables/devices.py (+1 -0)
📝 netbox/project-static/dist/netbox.js (+7 -7)
📝 netbox/project-static/dist/netbox.js.map (+1 -1)
📝 netbox/project-static/src/tables/interfaceTable.ts (+67 -72)
📝 netbox/templates/dcim/device/inc/interface_table_controls.html (+1 -0)

📄 Description

Closes: #11011

Adds the ability to show/hide virtual interfaces in device's interface table.


🔄 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/11814 **Author:** [@aronjohanns](https://github.com/aronjohanns) **Created:** 2/23/2023 **Status:** ✅ Merged **Merged:** 2/27/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `11011-hide-vif` --- ### 📝 Commits (3) - [`832d8e1`](https://github.com/netbox-community/netbox/commit/832d8e1da9296cf5330b3e0fd71bbb088133dc28) Closes #11011: Hide virtual interfaces - [`0823b02`](https://github.com/netbox-community/netbox/commit/0823b02c20a222db5fee95b4ce0eafae14b99dd5) include static assets - [`03893f5`](https://github.com/netbox-community/netbox/commit/03893f5fa305b4ce88c06eef656fa66e503127f0) Update toggle caption for vif ### 📊 Changes **5 files changed** (+77 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/tables/devices.py` (+1 -0) 📝 `netbox/project-static/dist/netbox.js` (+7 -7) 📝 `netbox/project-static/dist/netbox.js.map` (+1 -1) 📝 `netbox/project-static/src/tables/interfaceTable.ts` (+67 -72) 📝 `netbox/templates/dcim/device/inc/interface_table_controls.html` (+1 -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 approved and assigned prior to opening a pull request. This helps avoid waste time and effort on a proposed change that we might not be able to accept. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ISSUE WHICH HAS BEEN ASSIGNED TO YOU, IT WILL BE CLOSED AUTOMATICALLY. Please specify your assigned issue number on the line below. --> ### Closes: #11011 <!-- Adds the ability to show/hide virtual interfaces in device's interface table. --> Adds the ability to show/hide virtual interfaces in device's interface table. --- <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:21:08 +01:00
adam closed this issue 2025-12-29 23:21:09 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13847