-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Related: #3763
Right now, module type images have different filename format. E.g.
- https://github.com/netbox-community/devicetype-library/blob/master/module-images/Dell
- https://github.com/netbox-community/devicetype-library/tree/master/module-images/Panduit
Is there any standard around it?
If not, I have a simple proposal: Create a folder for each of the module: module-images/<manufacture>/<module-type-yaml-filename>/*.<ext>
E.g. module-images/Dell/4V8KD/1.png
We could optionally looking for front.<ext> and rear.<ext>. However since netbox does not have specific fields for them, and current data does have multiple images for single module and might not fit in the front/rear criteria.
Reactions are currently unavailable