From 290989b8bac24aac950fb7ea82131a0eb883ade2 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Wed, 4 Feb 2026 17:28:18 +0000 Subject: [PATCH] Actualiser plugins.py --- plugins.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins.py b/plugins.py index d1defd8..c92bb0a 100644 --- a/plugins.py +++ b/plugins.py @@ -15,5 +15,9 @@ PLUGINS = [ PLUGINS_CONFIG = { 'netbox_branching': {}, 'netbox_bgp': {}, - 'netbox_topology_views': {}, + 'netbox_topology_views': { + 'static_image_directory': 'netbox_topology_views/img', + 'allow_coordinates_saving': True, + 'always_save_coordinates': True + } }