mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-17 23:08:18 +00:00
APi for listing VM in controller
This commit is contained in:
@ -58,7 +58,7 @@ class ComputeHandler:
|
||||
def list(request, response):
|
||||
|
||||
controller = Controller.instance()
|
||||
response.json([ c for c in controller.computes.values() ])
|
||||
response.json([c for c in controller.computes.values()])
|
||||
|
||||
@classmethod
|
||||
@Route.post(
|
||||
|
Reference in New Issue
Block a user