#14, added circuit terminations

This commit is contained in:
Mattijs Vanhaverbeke
2020-05-19 17:18:20 +02:00
parent 6d28ce2da4
commit 370eff6b67
5 changed files with 62 additions and 9 deletions
+3 -2
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.6'
version = '0.4.7'
author = 'Mattijs Vanhaverbeke'
author_email = 'author@example.com'
base_url = 'topology-views'
@@ -14,7 +14,8 @@ class TopologyViewsConfig(PluginConfig):
'ignore_cable_type': 'power outlet,power port',
'device_img': 'access-switch,core-switch,firewall,router,distribution-switch,backup,storage,wan-network,wireless-ap,server,internal-switch,isp-cpe-material,non-racked-devices,power-units',
'allow_coordinates_saving': False,
'preselected_tags' : ''
'preselected_tags' : '',
'enable_circuit_terminations': False
}
config = TopologyViewsConfig