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:
parent
ab6fe6da1d
commit
88989cc274
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user