[PR #13564] [MERGED] Adds rename button on the list page for device components #14211

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13564
Author: @abhi1693
Created: 8/25/2023
Status: Merged
Merged: 9/1/2023
Merged by: @jeremystretch

Base: developHead: feat/13444-interface-rename


📝 Commits (4)

  • 8f6c539 adds interface rename button on the list page #13444
  • 6a64a3f adds rename view on all device components #13564
  • cc8a412 Merge branch 'develop' into feat/13444-interface-rename
  • e6f636b Condense component views to a single template

📊 Changes

2 files changed (+112 additions, -0 deletions)

View changed files

📝 netbox/dcim/views.py (+90 -0)
netbox/templates/dcim/component_list.html (+22 -0)

📄 Description

Fixes: #13444


🔄 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/13564 **Author:** [@abhi1693](https://github.com/abhi1693) **Created:** 8/25/2023 **Status:** ✅ Merged **Merged:** 9/1/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `feat/13444-interface-rename` --- ### 📝 Commits (4) - [`8f6c539`](https://github.com/netbox-community/netbox/commit/8f6c5394a324b7356d2721321f6134057e2a7a13) adds interface rename button on the list page #13444 - [`6a64a3f`](https://github.com/netbox-community/netbox/commit/6a64a3f31050378ca256fe963ff8f190fa1048c3) adds rename view on all device components #13564 - [`cc8a412`](https://github.com/netbox-community/netbox/commit/cc8a412b84ce524894c7129052e5b46205625bbb) Merge branch 'develop' into feat/13444-interface-rename - [`e6f636b`](https://github.com/netbox-community/netbox/commit/e6f636b26ca6e7ff788cc7633f2d3021ba687e08) Condense component views to a single template ### 📊 Changes **2 files changed** (+112 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/views.py` (+90 -0) ➕ `netbox/templates/dcim/component_list.html` (+22 -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. --> ### Fixes: #13444 <!-- Please include a summary of the proposed changes below. --> --- <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:23:12 +01:00
adam closed this issue 2025-12-29 23:23:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14211