mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-01 22:03:48 +02:00
Custom adapters should not be in node (compute) properties returned to clients. Fixes https://github.com/GNS3/gns3-gui/issues/3366
This commit is contained in:
parent
3948637a46
commit
6fa3f85b83
@ -497,6 +497,7 @@ class Node:
|
||||
"startup_config_content",
|
||||
"private_config_content",
|
||||
"startup_script",
|
||||
"custom_adapters"
|
||||
]:
|
||||
if key in self._properties:
|
||||
del self._properties[key]
|
||||
|
Loading…
Reference in New Issue
Block a user