removed old image, fixed get image calls in images.py
This commit is contained in:
parent
6fa3beb1c1
commit
6c49a73e38
2 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@ class Images:
|
|||
if node_type == core_pb2.NodeType.HUB:
|
||||
return Images.get(ImageEnum.HUB), "hub"
|
||||
if node_type == core_pb2.NodeType.WIRELESS_LAN:
|
||||
return Images.get(ImageEnum.WLAN.value), "wlan"
|
||||
return Images.get(ImageEnum.WLAN), "wlan"
|
||||
if node_type == core_pb2.NodeType.EMANE:
|
||||
return Images.get(ImageEnum.EMANE.value), "emane"
|
||||
return Images.get(ImageEnum.EMANE), "emane"
|
||||
|
||||
if node_type == core_pb2.NodeType.RJ45:
|
||||
return Images.get(ImageEnum.RJ45), "rj45"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.2 KiB |
Loading…
Add table
Reference in a new issue