1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-07-16 11:38:26 +00:00
gns3-server/gns3server/controller
2020-03-16 16:30:08 +10:30
..
gns3vm Require VirtualBox >= 6.0 on AMD and >= 6.1 on Intel processors (for GNS3 VM only). Fixes #1610 2020-01-26 18:23:17 +08:00
ports Merge branch '2.1' into 2.2 2018-10-04 15:44:13 +02:00
__init__.py
appliance_manager.py
appliance.py
compute.py
controller_error.py Fix logging issues with the controller 2016-03-04 16:55:59 +01:00
drawing.py Prevent locked drawings to be deleted. Fixes https://github.com/GNS3/gns3-gui/issues/2948 2020-03-16 16:30:08 +10:30
export_project.py
import_project.py
link.py Make x,y optional for creating links via API. Fixes #1630 2019-08-26 19:51:03 +07:00
node.py
notification.py
project.py Prevent locked drawings to be deleted. Fixes https://github.com/GNS3/gns3-gui/issues/2948 2020-03-16 16:30:08 +10:30
snapshot.py Support selecting a compression type when exporting a project. 2019-03-07 17:05:32 +07:00
symbol_themes.py
symbols.py
template_manager.py
template.py Disallow to modify a template if changes cannot be written on disk. Fixes #1695 2020-01-08 05:35:46 +08:00
topology.py Fix issues with empty project variables. Fixes https://github.com/GNS3/gns3-gui/issues/2941 2020-03-14 17:22:43 +10:30
udp_link.py