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
@@ -7,7 +7,7 @@ with open(path.join(top_level_directory, 'README.md'), encoding='utf-8') as file
setup(
name='netbox-topology-views',
version='2.0.3',
version='2.0.4',
description='An NetBox plugin to create Topology maps',
long_description=long_description,
long_description_content_type='text/markdown',