mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-13 04:48:22 +00:00
Return status in all cases
This commit is contained in:
@ -108,6 +108,7 @@ class DockerVM(BaseNode):
|
||||
"console_http_path": self.console_http_path,
|
||||
"aux": self.aux,
|
||||
"start_command": self.start_command,
|
||||
"status": self.status,
|
||||
"environment": self.environment,
|
||||
"node_directory": self.working_dir
|
||||
}
|
||||
|
Reference in New Issue
Block a user