Skip to content

Commit 6be028b

Browse files
authored
fix typo (#100)
1 parent 8997c38 commit 6be028b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_topology_views/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TopologyViewsConfig(PluginConfig):
1212
default_settings = {
1313
'preselected_device_roles': ['Firewall', 'Router', 'Distribution Switch', 'Core Switch', 'Internal Switch', 'Access Switch', 'Server', 'Storage', 'Backup', 'Wireless AP'],
1414
'ignore_cable_type': ['power outlet','power port'],
15-
'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'],
15+
'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'],
1616
'allow_coordinates_saving': False,
1717
'preselected_tags' : [],
1818
'enable_circuit_terminations': False,

0 commit comments

Comments
 (0)