Icon library for the netbox topology plugin
- Add the plugin before the netbox topology views plugin
PLUGINS = [..., "netbox_topology_icons", "netbox_topology_views"]
- Change the netbox topology views plugin configuration in PLUGIN_CONFIG in your configuration.py to point to the correct static file directory
PLUGINS_CONFIG = {
...,
"netbox_topology_views": {
...,
"static_image_directory": "netbox_topology_icons"
}
}