1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-10 09:58:55 +00:00
gns3-server/gns3server/modules
2015-02-04 21:17:00 +01:00
..
adapters Rename port_id to port_number for VPCS and adapter_id for VirtualBox to avoid confusion. 2015-01-31 12:01:23 -07:00
nios PEP8 + documentation. 2015-01-31 14:34:49 -07:00
virtualbox Use project_id instead of project_uuid for the API. 2015-02-03 18:40:13 -07:00
vpcs Use project_id instead of project_uuid for the API. 2015-02-03 18:40:13 -07:00
__init__.py
base_manager.py Fixes nasty bug when close a cloned VirtualBox VM. 2015-02-02 18:56:13 -07:00
base_vm.py When we remove a VM, the VM is removed from the project. 2015-01-23 14:37:21 +01:00
port_manager.py Use module settings from the config file. 2015-02-02 14:52:58 -07:00
project_manager.py Use project_id instead of project_uuid for the API. 2015-02-03 18:40:13 -07:00
project.py Allow modification of path from the client 2015-02-04 21:17:00 +01:00
vm_error.py