Actualiser plugins.py

This commit is contained in:
2026-02-04 17:28:18 +00:00
parent 83211cafb7
commit 290989b8ba

View File

@@ -15,5 +15,9 @@ PLUGINS = [
PLUGINS_CONFIG = { PLUGINS_CONFIG = {
'netbox_branching': {}, 'netbox_branching': {},
'netbox_bgp': {}, 'netbox_bgp': {},
'netbox_topology_views': {}, 'netbox_topology_views': {
'static_image_directory': 'netbox_topology_views/img',
'allow_coordinates_saving': True,
'always_save_coordinates': True
}
} }