[PR #2918] [MERGED] Closes #2643: Add description field to console/power components and device bays #12461

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2918
Author: @jeremystretch
Created: 2/20/2019
Status: Merged
Merged: 2/22/2019
Merged by: @jeremystretch

Base: develop-2.6Head: 2643-description-fields


📝 Commits (1)

  • bb6fb81 Closes #2643: Add description field to console/power components and device bays

📊 Changes

12 files changed (+181 additions, -54 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 netbox/dcim/api/serializers.py (+9 -9)
📝 netbox/dcim/filters.py (+12 -10)
📝 netbox/dcim/forms.py (+53 -5)
netbox/dcim/migrations/0071_device_components_add_description.py (+38 -0)
📝 netbox/dcim/models.py (+14 -21)
📝 netbox/templates/dcim/device.html (+3 -0)
📝 netbox/templates/dcim/inc/consoleport.html (+5 -0)
📝 netbox/templates/dcim/inc/consoleserverport.html (+8 -1)
📝 netbox/templates/dcim/inc/devicebay.html (+25 -7)
📝 netbox/templates/dcim/inc/poweroutlet.html (+8 -1)
📝 netbox/templates/dcim/inc/powerport.html (+5 -0)

📄 Description

No description provided


🔄 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/2918 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/20/2019 **Status:** ✅ Merged **Merged:** 2/22/2019 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.6` ← **Head:** `2643-description-fields` --- ### 📝 Commits (1) - [`bb6fb81`](https://github.com/netbox-community/netbox/commit/bb6fb81fc0e5dfd5512f5928b4038a8ae4b7e19b) Closes #2643: Add description field to console/power components and device bays ### 📊 Changes **12 files changed** (+181 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `netbox/dcim/api/serializers.py` (+9 -9) 📝 `netbox/dcim/filters.py` (+12 -10) 📝 `netbox/dcim/forms.py` (+53 -5) ➕ `netbox/dcim/migrations/0071_device_components_add_description.py` (+38 -0) 📝 `netbox/dcim/models.py` (+14 -21) 📝 `netbox/templates/dcim/device.html` (+3 -0) 📝 `netbox/templates/dcim/inc/consoleport.html` (+5 -0) 📝 `netbox/templates/dcim/inc/consoleserverport.html` (+8 -1) 📝 `netbox/templates/dcim/inc/devicebay.html` (+25 -7) 📝 `netbox/templates/dcim/inc/poweroutlet.html` (+8 -1) 📝 `netbox/templates/dcim/inc/powerport.html` (+5 -0) </details> ### 📄 Description _No description provided_ --- <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:21:43 +01:00
adam closed this issue 2025-12-29 22:21:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12461