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

@ -128,7 +128,9 @@ class NodeConfigServiceDialog(Dialog):
dialog.show()
else:
messagebox.showinfo(
"Node service configuration", "Select a service to configure"
"Config Service Configuration",
"Select a service to configure",
parent=self,
)
def click_save(self):