mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 10:45:02 +08:00
In the UI, display task breakdowns by default. (#1857)
This commit is contained in:
committed by
Philipp Moritz
parent
6b85d15bd9
commit
7c9e291b4b
@@ -315,7 +315,7 @@ def task_timeline():
|
||||
|
||||
breakdown_opt = widgets.Dropdown(
|
||||
options=["Basic", "Task Breakdowns"],
|
||||
value="Basic",
|
||||
value="Task Breakdowns",
|
||||
disabled=False,
|
||||
)
|
||||
obj_dep = widgets.Checkbox(
|
||||
|
||||
Reference in New Issue
Block a user