netbox v2.10 (#52)

* small changes

* removed print

* fix coords

* fix saving coords

* update readme

* fixed icons

* bump version

Co-authored-by: mattieserver <mattijs@DESKTOP-618OSU1.localdomain>
This commit is contained in:
mattieserver
2021-02-11 19:22:41 +01:00
committed by GitHub
co-authored by mattieserver
parent 0340522f59
commit a314d2b307
11 changed files with 327 additions and 110 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 toplogoy maps'
version = '0.4.10'
version = '0.5.0'
author = 'Mattijs Vanhaverbeke'
author_email = 'author@example.com'
base_url = 'topology-views'