mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-21 13:47:50 +00:00
Lock listing VMs. Ref #1755
This commit is contained in:
parent
da85d7b827
commit
1a20cbeefd
@ -250,6 +250,7 @@ class GNS3VM:
|
|||||||
def __json__(self):
|
def __json__(self):
|
||||||
return self._settings
|
return self._settings
|
||||||
|
|
||||||
|
@locking
|
||||||
async def list(self, engine):
|
async def list(self, engine):
|
||||||
"""
|
"""
|
||||||
List VMS for an engine
|
List VMS for an engine
|
||||||
|
Loading…
Reference in New Issue
Block a user