Closed grossmj closed 9 years ago
Currently we save a relative path to images only for local servers:
https://github.com/GNS3/gns3-gui/blob/rest-api/gns3/modules/dynamips/nodes/router.py#L689 https://github.com/GNS3/gns3-gui/blob/rest-api/gns3/modules/iou/iou_device.py#L414
We should have the same for remote servers and I think this should be done on the server directly.
We can also have it for the Qemu disks, including kernel and initrd files.
Implemented and done on the server.
Currently we save a relative path to images only for local servers:
https://github.com/GNS3/gns3-gui/blob/rest-api/gns3/modules/dynamips/nodes/router.py#L689 https://github.com/GNS3/gns3-gui/blob/rest-api/gns3/modules/iou/iou_device.py#L414
We should have the same for remote servers and I think this should be done on the server directly.