mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
parent
f338158654
commit
624a2c02c5
@ -40,6 +40,8 @@ class Appliance:
|
|||||||
# and the server linked_clone
|
# and the server linked_clone
|
||||||
if "linked_base" in data:
|
if "linked_base" in data:
|
||||||
self._data["linked_clone"] = data.pop("linked_base")
|
self._data["linked_clone"] = data.pop("linked_base")
|
||||||
|
if data["node_type"] == "iou" and "image" in data:
|
||||||
|
del self._data["image"]
|
||||||
self._builtin = builtin
|
self._builtin = builtin
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user