[PR #9606] [MERGED] Closes #4434: Enable highlighting devices within rack elevations #13494

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9606
Author: @jeremystretch
Created: 6/24/2022
Status: Merged
Merged: 6/24/2022
Merged by: @jeremystretch

Base: featureHead: 4434-rack-device-highlights


📝 Commits (1)

  • fc02e15 Closes #4434: Enable highlighting devices within rack elevations

📊 Changes

10 files changed (+77 additions, -26 deletions)

View changed files

📝 docs/release-notes/version-3.3.md (+1 -0)
📝 netbox/dcim/api/views.py (+10 -1)
📝 netbox/dcim/models/racks.py (+4 -2)
📝 netbox/dcim/svg/racks.py (+39 -18)
📝 netbox/dcim/views.py (+6 -0)
📝 netbox/project-static/dist/rack_elevation.css (+1 -1)
📝 netbox/project-static/styles/rack-elevation.scss (+7 -0)
📝 netbox/templates/dcim/device.html (+5 -0)
📝 netbox/templates/dcim/inc/rack_elevation.html (+2 -2)
📝 netbox/templates/dcim/rack.html (+2 -2)

📄 Description

Fixes: #4434

  • Enable specifying devices to highlight by attribute when requesting SVG rack elevation (e.g. &highlight=id:123&highlight:id:456)
  • Add a "highlight device" button next to rack link on device page

🔄 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/9606 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 6/24/2022 **Status:** ✅ Merged **Merged:** 6/24/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `4434-rack-device-highlights` --- ### 📝 Commits (1) - [`fc02e15`](https://github.com/netbox-community/netbox/commit/fc02e15fb10049df56ad0371ffb206abc15ff2a8) Closes #4434: Enable highlighting devices within rack elevations ### 📊 Changes **10 files changed** (+77 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `docs/release-notes/version-3.3.md` (+1 -0) 📝 `netbox/dcim/api/views.py` (+10 -1) 📝 `netbox/dcim/models/racks.py` (+4 -2) 📝 `netbox/dcim/svg/racks.py` (+39 -18) 📝 `netbox/dcim/views.py` (+6 -0) 📝 `netbox/project-static/dist/rack_elevation.css` (+1 -1) 📝 `netbox/project-static/styles/rack-elevation.scss` (+7 -0) 📝 `netbox/templates/dcim/device.html` (+5 -0) 📝 `netbox/templates/dcim/inc/rack_elevation.html` (+2 -2) 📝 `netbox/templates/dcim/rack.html` (+2 -2) </details> ### 📄 Description ### Fixes: #4434 - Enable specifying devices to highlight by attribute when requesting SVG rack elevation (e.g. `&highlight=id:123&highlight:id:456`) - Add a "highlight device" button next to rack link on device page --- <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:19:12 +01:00
adam closed this issue 2025-12-29 23:19: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#13494