change some variable names to be more informative, add an image to error dialog

This commit is contained in:
Huy Pham 2020-02-05 15:53:14 -08:00
parent 0407645061
commit ee0c63e4a1
9 changed files with 23 additions and 20 deletions

View file

@ -142,7 +142,7 @@ class NodeServiceDialog(Dialog):
)
# if error occurred when creating ServiceConfigDialog, don't show the dialog
if not dialog.error:
if not dialog.has_error:
dialog.show()
else:
dialog.destroy()