This commit is contained in:
Mario
2026-03-29 10:51:01 +02:00
committed by GitHub
parent f56b8a4aec
commit 8aea42c50b
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ from netbox.plugins import PluginConfig
class TopologyViewsConfig(PluginConfig):
name = "netbox_topology_views"
verbose_name = "Topology views"
description = "An plugin to render topology maps"
version = "4.5.0"
description = "A plugin to render topology maps"
version = "4.5.1"
author = "Mattijs Vanhaverbeke"
author_email = "author@example.com"
base_url = "netbox_topology_views"