Fix dark mode (#90)

* fixed dark mode
This commit is contained in:
mattieserver
2022-03-10 11:46:00 +01:00
committed by GitHub
parent f5d9f589bf
commit b792128415
6 changed files with 12 additions and 5 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.1'
version = '1.0.2'
author = 'Mattijs Vanhaverbeke'
author_email = 'author@example.com'
base_url = 'netbox_topology_views'