mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-24 17:28:08 +00:00
Restore dock widgets.
This commit is contained in:
parent
cb913416ef
commit
fd92189d51
@ -322,8 +322,8 @@ class VirtualBoxVM(object):
|
|||||||
self._allocated_console_ports.remove(self.console)
|
self._allocated_console_ports.remove(self.console)
|
||||||
|
|
||||||
if self._linked_clone:
|
if self._linked_clone:
|
||||||
|
hdd_table = []
|
||||||
if os.path.exists(self._working_dir):
|
if os.path.exists(self._working_dir):
|
||||||
hdd_table = []
|
|
||||||
hdd_files = self._get_all_hdd_files()
|
hdd_files = self._get_all_hdd_files()
|
||||||
vm_info = self._get_vm_info()
|
vm_info = self._get_vm_info()
|
||||||
for entry, value in vm_info.items():
|
for entry, value in vm_info.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user