Hide unconnected (#61)

* #57 hide unconnected devices
This commit is contained in:
mattieserver
2021-05-01 18:34:50 +02:00
committed by GitHub
parent 195ac47542
commit 5f498f9ce2
9 changed files with 138 additions and 115 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 = '0.5.0'
version = '0.5.1'
author = 'Mattijs Vanhaverbeke'
author_email = 'author@example.com'
base_url = 'topology-views'