netbox-community / netbox-reorder-rack

NetBox plugin to allow users to reorder devices within a rack using a drag and drop UI.
Apache License 2.0
47 stars 5 forks source link

Display device type image #18

Closed PaulR282 closed 4 days ago

PaulR282 commented 4 months ago

netbox-reorder-rack version

v1.1.0

Feature type

Data model extension

Proposed functionality

Display the front/rear picture of the device type for each device like in the normal rack view

Use case

Better clarity when viewing the rack

External dependencies

No response

minitriga commented 1 week ago

I have added the ability to load device type images. Due to how things are loaded and how the Javascript work currently if you move a device from front to back etc it may loose the images. Will need to have a proper think about how to fix that in future.