mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-13 04:48:22 +00:00
Return command_line and node_directory via the controller
This commit is contained in:
@ -91,7 +91,7 @@ class VMwareVM(BaseNode):
|
||||
"adapter_type": self.adapter_type,
|
||||
"use_ubridge": self.use_ubridge,
|
||||
"use_any_adapter": self.use_any_adapter,
|
||||
"vm_directory": self.working_dir}
|
||||
"node_directory": self.working_dir}
|
||||
return json
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user