mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Fixes VirtualBox VMs list images.
This commit is contained in:
parent
ef7b4ef020
commit
801b94a964
@ -44,7 +44,7 @@ class VirtualBoxHandler:
|
|||||||
def index(request, response):
|
def index(request, response):
|
||||||
|
|
||||||
vbox_manager = VirtualBox.instance()
|
vbox_manager = VirtualBox.instance()
|
||||||
vms = yield from vbox_manager.list_vms()
|
vms = yield from vbox_manager.list_images()
|
||||||
response.json(vms)
|
response.json(vms)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user