added draw_default_layout

This commit is contained in:
Mattijs Vanhaverbeke
2022-02-22 15:07:30 +01:00
parent 064751f727
commit b53ceed2ae
5 changed files with 19 additions and 10 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.1'
version = '1.0.0-alpha.2'
author = 'Mattijs Vanhaverbeke'
author_email = 'author@example.com'
base_url = 'netbox_topology_views'