mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-16 22:38:18 +00:00
IOU integration.
Improvements on module management. File upload support. Config file for the server.
This commit is contained in:
@ -206,6 +206,7 @@ class VM(object):
|
||||
try:
|
||||
router.delete()
|
||||
self._hypervisor_manager.unallocate_hypervisor_for_router(router)
|
||||
del self._routers[router_id]
|
||||
except DynamipsError as e:
|
||||
self.send_custom_error(str(e))
|
||||
return
|
||||
|
Reference in New Issue
Block a user