Skip to content
Snippets Groups Projects
Commit f0c82149 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'feat/99-cttc-add-new-device-type-client-and-emulated-client' into 'develop'

Resolve "(CTTC) Add new device type "CLIENT" and "EMULATED-CLIENT""

Closes #99

See merge request !184
parents 3279d567 e9a14689
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!184Resolve "(CTTC) Add new device type "CLIENT" and "EMULATED-CLIENT""
......@@ -20,6 +20,7 @@ class DeviceTypeEnum(Enum):
NETWORK = 'network'
# Emulated device types
EMULATED_CLIENT = 'emu-client'
EMULATED_DATACENTER = 'emu-datacenter'
EMULATED_MICROWAVE_RADIO_SYSTEM = 'emu-microwave-radio-system'
EMULATED_OPEN_LINE_SYSTEM = 'emu-open-line-system'
......@@ -33,6 +34,7 @@ class DeviceTypeEnum(Enum):
EMULATED_XR_CONSTELLATION = 'emu-xr-constellation'
# Real device types
CLIENT = 'client'
DATACENTER = 'datacenter'
MICROWAVE_RADIO_SYSTEM = 'microwave-radio-system'
OPEN_LINE_SYSTEM = 'open-line-system'
......
src/webui/service/static/topology_icons/client.png

17.8 KiB

src/webui/service/static/topology_icons/emu-client.png

16.3 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment