1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-12 19:38:57 +00:00

Default symbol must be computer.svg

This commit is contained in:
grossmj 2018-01-12 21:46:48 +07:00
parent ab6fe6da1d
commit 88989cc274

View File

@ -111,7 +111,7 @@ class Node:
else:
self.symbol = default_symbol
else:
self.symbol = ":/symbols/router.svg"
self.symbol = ":/symbols/computer.svg"
def is_always_running(self):
"""