small updates to new gui exception dialog, fixed error checking and setting interface mac addresses

This commit is contained in:
Blake Harnden 2020-03-05 21:38:52 -08:00
parent 595e77a1ef
commit 6b5cd95ac2
5 changed files with 49 additions and 20 deletions

View file

@ -148,11 +148,12 @@ class NodeServiceDialog(Dialog):
dialog.destroy()
else:
messagebox.showinfo(
"Node service configuration", "Select a service to configure"
"Service Configuration", "Select a service to configure", parent=self
)
def click_save(self):
# if node is custom type or current services are not the default services then set core node services and add node to modified services node set
# if node is custom type or current services are not the default services then
# set core node services and add node to modified services node set
if (
self.canvas_node.core_node.model not in self.app.core.default_services
or self.current_services