mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-18 15:28:11 +00:00
Fix save of topology size
Fix https://github.com/GNS3/gns3-gui/issues/1561
This commit is contained in:
@ -57,6 +57,8 @@ def project_to_topology(project):
|
||||
"auto_start": project.auto_start,
|
||||
"auto_open": project.auto_open,
|
||||
"auto_close": project.auto_close,
|
||||
"scene_width": project.scene_width,
|
||||
"scene_height": project.scene_height,
|
||||
"topology": {
|
||||
"nodes": [],
|
||||
"links": [],
|
||||
|
Reference in New Issue
Block a user