Jeremy Grossmann
Jeremy Grossmann
Only a few things left: * Support API endpoints to get/add/update/delete symbol themes and one to select the theme to be used (should probably add this on a per project...
I have implemented an early symbol theme support. It is only used when listing appliances from a server. Depending on user feedback, a more advanced support could be done in...
Thanks, we will fix this in version 3.0
Please tell us why you need this? Thanks.
Sorry, I cannot reproduce this issue. What are the steps that lead to that problem? Thanks.
Right now we only do with major.minor (2.2, 2.3 etc.). Maybe it would be better to support the full version? 2.2.0 2.2.1, 2.2.2, 2.3.0 etc. What do you think?
This should be fairly straightforward to implement. I am thinking about asking users if they want to copy the INI files from a previous version when the ones for the...
I decided to keep major.minor (e.g 2.2, 2.3, 2.4 etc) instead of the full version 2.2.0, 2.2.1 for the path where config files are stored. Only thing left is to...
Could also use CPU hotplug features. More info: * https://pve.proxmox.com/wiki/Hotplug_(qemu_disk,nic,cpu,memory) * https://wiki.qemu.org/Features/CPUHotplug
I think we should implement QMP support first (see https://github.com/GNS3/gns3-server/issues/1605) before we can properly implement this. This is because we need to use some QMP commands that are not available...