pygui: fixed issues with configuring services on nodes due to refactoring changes
This commit is contained in:
parent
082677c17b
commit
e2b3a2dc6d
2 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ class NodeServiceDialog(Dialog):
|
|||
)
|
||||
|
||||
def click_save(self) -> None:
|
||||
self.node.services[:] = self.current_services
|
||||
self.node.services = self.current_services.copy()
|
||||
self.destroy()
|
||||
|
||||
def click_remove(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue