small updates to new gui exception dialog, fixed error checking and setting interface mac addresses
This commit is contained in:
parent
595e77a1ef
commit
6b5cd95ac2
5 changed files with 49 additions and 20 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue