#14, added circuit terminations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user