mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 17:18:45 +08:00
Make sure dashboard link can be clicked directly. (#6683)
This commit is contained in:
committed by
Robert Nishihara
parent
80e77f7025
commit
ca876c1ecb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user