vapor-ware / netbox-virtual-circuit-plugin

A plugin for NetBox that supports Virtual Circuit management
GNU General Public License v3.0
55 stars 19 forks source link

Latest version of plugin have a minor bug while getting device information #65

Closed jinaloo7 closed 2 years ago

jinaloo7 commented 3 years ago

in latest VCID plugin the template of vcid is not resolving the device information of the vlan it is associated. The issue is generated from this template https://github.com/vapor-ware/netbox-virtual-circuit-plugin/blob/cb5558e53939a10695bb692aa7b16915aa4848bf/netbox_virtual_circuit_plugin/templates/netbox_virtual_circuit_plugin/virtual_circuit.html#L68 where it is not able to find the appropriate device.

Screen Shot 2021-09-13 at 6 25 08 PM

Solution:

Need to update the template to query the device information properly.