New node information dialog to display general, usage and command line information.

Ref https://github.com/GNS3/gns3-gui/issues/2662 https://github.com/GNS3/gns3-gui/issues/2656
This commit is contained in:
grossmj
2018-12-30 19:35:24 +07:00
parent 40f8a33331
commit 9ed181151f
9 changed files with 23 additions and 4 deletions

View File

@ -74,6 +74,7 @@ class VMwareVM(BaseNode):
def __json__(self):
json = {"name": self.name,
"usage": self.usage,
"node_id": self.id,
"console": self.console,
"console_type": self.console_type,