Closes #21268: Add Device Type details panel to Device view #410

Closed
opened 2026-04-05 16:30:24 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @pheus on 2/6/2026

Fixes: #21268

This PR implements the approach suggested in the issue discussion by separating device type attributes from device-specific attributes on the Device view.

Changes

  • Adds a new DeviceDeviceTypePanel to the Device view.
  • Moves device type information into its own panel, including:
    • Manufacturer
    • Model
    • U height
    • Front image (from the device type)
    • Rear image (from the device type)
  • Improves visual organization and reduces ambiguity by explicitly grouping shared device type attributes.

Thanks for the review!

*Originally created by @pheus on 2/6/2026* ### Fixes: #21268 This PR implements the approach suggested in the issue discussion by separating **device type attributes** from **device-specific attributes** on the Device view. #### Changes - Adds a new `DeviceDeviceTypePanel` to the Device view. - Moves device type information into its own panel, including: - Manufacturer - Model - U height - Front image (from the device type) - Rear image (from the device type) - Improves visual organization and reduces ambiguity by explicitly grouping shared device type attributes. Thanks for the review!
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#410