[PR #6779] [MERGED] Pending UI work for v3.0 beta #13168

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/6779
Author: @jeremystretch
Created: 7/21/2021
Status: Merged
Merged: 7/22/2021
Merged by: @jeremystretch

Base: featureHead: jstretch-ui-work


📝 Commits (2)

  • a9930bd Optimize display of ConfigContext assigned objects
  • 7be6848 Introduce an inclusion template for object comments

📊 Changes

15 files changed (+54 additions, -264 deletions)

View changed files

📝 netbox/extras/views.py (+16 -0)
📝 netbox/templates/circuits/circuit.html (+1 -12)
📝 netbox/templates/circuits/provider.html (+1 -12)
📝 netbox/templates/circuits/providernetwork.html (+1 -12)
📝 netbox/templates/dcim/device.html (+1 -12)
📝 netbox/templates/dcim/devicetype.html (+1 -12)
📝 netbox/templates/dcim/powerfeed.html (+1 -12)
📝 netbox/templates/dcim/rack.html (+1 -12)
📝 netbox/templates/dcim/site.html (+1 -12)
📝 netbox/templates/extras/configcontext.html (+12 -124)
📝 netbox/templates/extras/journalentry.html (+1 -8)
netbox/templates/inc/comments_panel.html (+14 -0)
📝 netbox/templates/tenancy/tenant.html (+1 -12)
📝 netbox/templates/virtualization/cluster.html (+1 -12)
📝 netbox/templates/virtualization/virtualmachine.html (+1 -12)

📄 Description

  • Optimize display of ConfigContext assigned objects
  • Introduce an inclusion template for object comments

🔄 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/6779 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/21/2021 **Status:** ✅ Merged **Merged:** 7/22/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `jstretch-ui-work` --- ### 📝 Commits (2) - [`a9930bd`](https://github.com/netbox-community/netbox/commit/a9930bd4421c353b874f6853fb8c4664b47d8f89) Optimize display of ConfigContext assigned objects - [`7be6848`](https://github.com/netbox-community/netbox/commit/7be684835bacce37c223f4b86e02c9ab0c26b8cb) Introduce an inclusion template for object comments ### 📊 Changes **15 files changed** (+54 additions, -264 deletions) <details> <summary>View changed files</summary> 📝 `netbox/extras/views.py` (+16 -0) 📝 `netbox/templates/circuits/circuit.html` (+1 -12) 📝 `netbox/templates/circuits/provider.html` (+1 -12) 📝 `netbox/templates/circuits/providernetwork.html` (+1 -12) 📝 `netbox/templates/dcim/device.html` (+1 -12) 📝 `netbox/templates/dcim/devicetype.html` (+1 -12) 📝 `netbox/templates/dcim/powerfeed.html` (+1 -12) 📝 `netbox/templates/dcim/rack.html` (+1 -12) 📝 `netbox/templates/dcim/site.html` (+1 -12) 📝 `netbox/templates/extras/configcontext.html` (+12 -124) 📝 `netbox/templates/extras/journalentry.html` (+1 -8) ➕ `netbox/templates/inc/comments_panel.html` (+14 -0) 📝 `netbox/templates/tenancy/tenant.html` (+1 -12) 📝 `netbox/templates/virtualization/cluster.html` (+1 -12) 📝 `netbox/templates/virtualization/virtualmachine.html` (+1 -12) </details> ### 📄 Description - Optimize display of ConfigContext assigned objects - Introduce an inclusion template for object comments --- <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:25:46 +01:00
adam closed this issue 2025-12-29 22:25:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13168