Skip to content

Commit

Permalink
update metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielasay committed Jan 7, 2025
1 parent a6fabf1 commit da411a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanbuddy/view/dash.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def init_page(self):
])

row4 = html.Tr([
html.Td("Max Abs Motion", style={'width': LEFT_COLUMN_WIDTH, 'padding': PADDING, 'border': BORDER_STYLE}),
html.Td("Max Vol-Vol Motion", style={'width': LEFT_COLUMN_WIDTH, 'padding': PADDING, 'border': BORDER_STYLE}),
html.Td(id='max-abs-motion', children="0", style={'width': RIGHT_COLUMN_WIDTH, 'padding': PADDING, 'border': BORDER_STYLE})
])

Expand Down

0 comments on commit da411a3

Please sign in to comment.