Open
Description
NetBox version
v4.2.6
Feature type
Data model extension
Proposed functionality
Extend the Device model with front_image and rear_image fields, similar to the DeviceType model. These fields should allow overriding the default DeviceType images for an individual Device.
Use case
The primary use case is for modular chassis-based devices. In scenarios where a single DeviceType represents a chassis (e.g., a DWDM chassis), the installed Modules may change over time. Overriding the DeviceType images at the Device level would allow accurate visual representation of the device in rack views, reflecting the current state.
Database changes
- Add front_image and rear_image fields to the Device model.
- Ensure these fields override the DeviceType images when set.
External dependencies
N/A