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

@ -143,6 +143,7 @@ class Router(BaseNode):
def __json__(self):
router_info = {"name": self.name,
"usage": self.usage,
"node_id": self.id,
"node_directory": os.path.join(self._working_directory),
"project_id": self.project.id,