Onemind-Services-LLC / netbox-metatype-importer

Easy import Device and Module types from GitHub repo
Apache License 2.0
43 stars 7 forks source link

Front and rear image #53

Open kprklg opened 1 month ago

kprklg commented 1 month ago

Good afternoon Please tell me why the images are not loading? Front and rear. image Instead of them there are only dashes.

abhi1693 commented 1 month ago

You'll have to be very specific with your question. Show us the steps you have done which led to this error.

kprklg commented 1 month ago

Good morning here is a sample https://github.com/netbox-community/devicetype-library/blob/master/device-types/Dell/PowerEdge-R430.yml front_image: true rear_image: true image no pictures after loading image

kprklg commented 1 month ago

image images are registered

kprklg commented 1 month ago

what am I doing wrong?

abhi1693 commented 1 month ago

You'll have to open a feature request for this. The plugin expects path to the files rather than booleans.

kprklg commented 1 month ago

NetBox plugin for easy import DeviceType and ModuleType from NetBox Device Type Library. This is the continuation of the Netbox DeviceType Import Plugin app.

kprklg commented 1 month ago

front_image: Indicates that this device has a front elevation image within the elevation-images folder. (Default: None) NOTE: The elevation images folder requires the same folder name as this device. The file name must also adhere to .front. Type: Boolean 🧪 Example: front_image: True

rear_image: Indicates that this device has a rear elevation image within the elevation-images folder. (Default: None) NOTE: The elevation images folder requires the same folder name as this device. The file name must also adhere to .rear. Type: Boolean 🧪 Example: rear_image: True

kprklg commented 1 month ago

So you don't support full functionality?

kprklg commented 1 month ago

Good afternoon. I'm new to this topic. Github new for me. Please help me deal with this issue.

kprklg commented 1 month ago

You'll have to open a feature request for this. The plugin expects path to the files rather than booleans.

I'm new here. Please clarify what I need to do to make this functionality work?

yash-pal1 commented 1 month ago

You'll have to open a feature request for this. The plugin expects path to the files rather than booleans.

I'm new here. Please clarify what I need to do to make this functionality work?

I am working on this feature