pygui: changes to make use of wrapped session object and wrapped nodes to maintain and retrieving configurations information
This commit is contained in:
parent
3bdd6292cd
commit
588afaad13
21 changed files with 284 additions and 455 deletions
|
@ -269,7 +269,7 @@ class LinkConfigurationDialog(Dialog):
|
|||
self.edge.asymmetric_link = None
|
||||
|
||||
if self.app.core.is_runtime() and link.options:
|
||||
session_id = self.app.core.session_id
|
||||
session_id = self.app.core.session.id
|
||||
self.app.core.client.edit_link(
|
||||
session_id,
|
||||
link.node1_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue