Make sure dashboard link can be clicked directly. (#6683)

This commit is contained in:
Harrison Feng
2020-01-04 08:17:16 +08:00
committed by Robert Nishihara
parent 80e77f7025
commit ca876c1ecb
+1 -1
View File
@@ -1091,7 +1091,7 @@ def start_dashboard(require_webui,
dashboard_url = "{}:{}".format(
host if host != "0.0.0.0" else get_node_ip_address(), port)
logger.info("View the Ray dashboard at {}{}{}{}{}.".format(
logger.info("View the Ray dashboard at {}{}{}{}{}".format(
colorama.Style.BRIGHT, colorama.Fore.GREEN, dashboard_url,
colorama.Fore.RESET, colorama.Style.NORMAL))
return dashboard_url, process_info