added coor saving

This commit is contained in:
Mattijs Vanhaverbeke
2022-03-04 16:33:05 +01:00
parent 962e219325
commit 2b3f37aa62
8 changed files with 68 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ class TopologyViewsConfig(PluginConfig):
name = 'netbox_topology_views'
verbose_name = 'Topology views'
description = 'An plugin to render topology maps'
version = '1.0.0-alpha.6'
version = '1.0.0-alpha.7'
author = 'Mattijs Vanhaverbeke'
author_email = 'author@example.com'
base_url = 'netbox_topology_views'