Skip to content

Commit

Permalink
fix: Fixed DH UI breaking change in adhoc dashboard (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Dec 6, 2024
1 parent 9a7136e commit 674101c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def adhoc_dashboard():
ui.stack(
ui.panel(ui.flex(engine_metrics_combo,engine_metrics_chart,direction='column'), title='Engine Metrics'),
ui.panel(ui.flex(runner_metrics_combo,runner_metrics_chart,direction='column'), title='Runner Metrics'),
activeItemIndex=0
active_item_index=0
),
height='36')
])
Expand Down Expand Up @@ -188,3 +188,4 @@ def load_metrics_tables(parent_table, actor, prefix):

return runnerdiff, enginediff


0 comments on commit 674101c

Please sign in to comment.