[PR #17623] [MERGED] 17195 Add color to PowerOutlet #15144

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17623
Author: @arthanson
Created: 9/26/2024
Status: Merged
Merged: 10/2/2024
Merged by: @jeremystretch

Base: featureHead: 17195-power-outlet-color


📝 Commits (4)

📊 Changes

14 files changed (+64 additions, -17 deletions)

View changed files

📝 docs/models/dcim/poweroutlet.md (+4 -0)
📝 netbox/dcim/api/serializers_/device_components.py (+1 -1)
📝 netbox/dcim/filtersets.py (+1 -1)
📝 netbox/dcim/forms/bulk_create.py (+1 -1)
📝 netbox/dcim/forms/bulk_edit.py (+2 -2)
📝 netbox/dcim/forms/bulk_import.py (+1 -1)
📝 netbox/dcim/forms/filtersets.py (+5 -1)
📝 netbox/dcim/forms/model_forms.py (+2 -2)
📝 netbox/dcim/graphql/types.py (+1 -0)
netbox/dcim/migrations/0191_poweroutlet_color.py (+19 -0)
📝 netbox/dcim/models/device_components.py (+4 -0)
📝 netbox/dcim/tables/devices.py (+6 -5)
📝 netbox/dcim/tests/test_filtersets.py (+7 -3)
📝 netbox/templates/dcim/poweroutlet.html (+10 -0)

📄 Description

Fixes: #17195


🔄 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/17623 **Author:** [@arthanson](https://github.com/arthanson) **Created:** 9/26/2024 **Status:** ✅ Merged **Merged:** 10/2/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `17195-power-outlet-color` --- ### 📝 Commits (4) - [`2f30634`](https://github.com/netbox-community/netbox/commit/2f306348b8a99d20f3f127484d14d14ee469d083) 17195 Add color to PowerOutlet - [`334872c`](https://github.com/netbox-community/netbox/commit/334872c8c42c0c3f3eec49dced36d1c56db5ecb1) 17195 Add color to PowerOutlet - [`0f677f0`](https://github.com/netbox-community/netbox/commit/0f677f0fd6390728012a037df6b7b37e76dc09cb) Reorder serializer fields - [`7d7ab17`](https://github.com/netbox-community/netbox/commit/7d7ab1714abcf3d3c8e2f06a0037f5064d5a4f3a) Misc cleanup ### 📊 Changes **14 files changed** (+64 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `docs/models/dcim/poweroutlet.md` (+4 -0) 📝 `netbox/dcim/api/serializers_/device_components.py` (+1 -1) 📝 `netbox/dcim/filtersets.py` (+1 -1) 📝 `netbox/dcim/forms/bulk_create.py` (+1 -1) 📝 `netbox/dcim/forms/bulk_edit.py` (+2 -2) 📝 `netbox/dcim/forms/bulk_import.py` (+1 -1) 📝 `netbox/dcim/forms/filtersets.py` (+5 -1) 📝 `netbox/dcim/forms/model_forms.py` (+2 -2) 📝 `netbox/dcim/graphql/types.py` (+1 -0) ➕ `netbox/dcim/migrations/0191_poweroutlet_color.py` (+19 -0) 📝 `netbox/dcim/models/device_components.py` (+4 -0) 📝 `netbox/dcim/tables/devices.py` (+6 -5) 📝 `netbox/dcim/tests/test_filtersets.py` (+7 -3) 📝 `netbox/templates/dcim/poweroutlet.html` (+10 -0) </details> ### 📄 Description ### Fixes: #17195 --- <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-30 00:20:15 +01:00
adam closed this issue 2025-12-30 00:20:15 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15144