mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-13 04:48:22 +00:00
Return the full path to the capture
This commit is contained in:
@ -145,5 +145,6 @@ class Link:
|
||||
return {
|
||||
"vms": res, "link_id": self._id,
|
||||
"capturing": self._capturing,
|
||||
"capture_file_name": self._capture_file_name
|
||||
"capture_file_name": self._capture_file_name,
|
||||
"capture_file_path": self.capture_file_path
|
||||
}
|
||||
|
Reference in New Issue
Block a user