updated wlan/mobility configs to be directly associated with a node and allow them to be copied
This commit is contained in:
parent
bd30d0d9ff
commit
85b4a81f8a
7 changed files with 52 additions and 52 deletions
|
@ -181,7 +181,6 @@ class ConfigFrame(ttk.Notebook):
|
|||
option.value = "0"
|
||||
else:
|
||||
option.value = config_value
|
||||
|
||||
return {x: self.config[x].value for x in self.config}
|
||||
|
||||
def set_values(self, config: Dict[str, str]) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue