Skip to content

Commit 674101c

Browse files
authored
fix: Fixed DH UI breaking change in adhoc dashboard (#390)
1 parent 9a7136e commit 674101c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/io/deephaven/benchmark/run/profile/queries/dashboards/adhoc_dashboard.dh.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def adhoc_dashboard():
107107
ui.stack(
108108
ui.panel(ui.flex(engine_metrics_combo,engine_metrics_chart,direction='column'), title='Engine Metrics'),
109109
ui.panel(ui.flex(runner_metrics_combo,runner_metrics_chart,direction='column'), title='Runner Metrics'),
110-
activeItemIndex=0
110+
active_item_index=0
111111
),
112112
height='36')
113113
])
@@ -188,3 +188,4 @@ def load_metrics_tables(parent_table, actor, prefix):
188188

189189
return runnerdiff, enginediff
190190

191+

0 commit comments

Comments
 (0)