mirror of
https://github.com/GNS3/gns3-server
synced 2024-12-26 00:38:10 +00:00
Default symbol must be computer.svg
This commit is contained in:
parent
ab6fe6da1d
commit
88989cc274
@ -111,7 +111,7 @@ class Node:
|
|||||||
else:
|
else:
|
||||||
self.symbol = default_symbol
|
self.symbol = default_symbol
|
||||||
else:
|
else:
|
||||||
self.symbol = ":/symbols/router.svg"
|
self.symbol = ":/symbols/computer.svg"
|
||||||
|
|
||||||
def is_always_running(self):
|
def is_always_running(self):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user