updated wlan/mobility configs to be directly associated with a node and allow them to be copied

This commit is contained in:
Blake Harnden 2020-04-21 09:34:30 -07:00
parent bd30d0d9ff
commit 85b4a81f8a
7 changed files with 52 additions and 52 deletions

View file

@ -108,7 +108,7 @@ class EmaneModelDialog(Dialog):
def click_apply(self):
self.config_frame.parse_config()
key = (self.model, self.interface)
self.canvas_node.emane_model_configs[key] = dict(self.config)
self.canvas_node.emane_model_configs[key] = self.config
self.destroy()