Skip to content

Commit

Permalink
Minor: a newline
Browse files Browse the repository at this point in the history
Signed-off-by: Alvaro Saurin <alvaro.saurin@gmail.com>
  • Loading branch information
inercia committed Jun 2, 2020
1 parent cf75083 commit ea6e791
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cluster_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,7 @@ def _open_dashboard(*args):
self.cluster.open_dashboard()
else:
show_warning_dialog(msg="No web service available",
explanation="\n"
f"There is no Dashboard or web service listening at\n\n"
explanation=f"There is no Dashboard or web service listening at\n\n"
f"<i><tt>{self.cluster.dashboard_url}</tt></i>\n\n"
"This usually means that\n\n"
"a) the Dashboard was not installed\n"
Expand Down

0 comments on commit ea6e791

Please sign in to comment.