disable physics if not saving coords (#139)

* initial commit

* keeps x/y when not saving coords

Co-authored-by: Mattijs Vanhaverbeke <mattijs.vanhaverbeke@ebo-enterprises.com>
This commit is contained in:
Andrea Dainese
2022-08-05 17:53:15 +02:00
committed by GitHub
co-authored by Mattijs Vanhaverbeke
parent af1666b3ba
commit 0b6df3bd28
3 changed files with 19 additions and 7 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 = '2.0.2'
version = '2.0.4'
author = 'Mattijs Vanhaverbeke'
author_email = 'author@example.com'
base_url = 'netbox_topology_views'