mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 19:38:57 +00:00
Add comment about why we change linked_base to linked_clone
This commit is contained in:
parent
aff5554528
commit
5c5caf8418
@ -35,6 +35,9 @@ class Appliance:
|
||||
else:
|
||||
self._id = appliance_id
|
||||
self._data = data
|
||||
|
||||
# Version of the gui before 2.1 use linked_base
|
||||
# and the server linked_clone
|
||||
if "linked_base" in data:
|
||||
self._data["linked_clone"] = data.pop("linked_base")
|
||||
self._builtin = builtin
|
||||
|
Loading…
Reference in New Issue
Block a user