Skip to content

Commit

Permalink
Fix metrics page (#4934)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored Jul 17, 2024
1 parent 1f94dac commit 3a0e547
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
Icon="@(new Icons.Regular.Size24.DataArea())">
<div class="metrics-chart-container metric-tab">
<PlotlyChart InstrumentViewModel="_instrumentViewModel" Duration="Duration" Applications="Applications"/>
<ChartFilters InstrumentViewModel="_instrumentViewModel" Instrument="_instrument" ViewModel="_viewModel"/>
<ChartFilters InstrumentViewModel="_instrumentViewModel" Instrument="_instrument"/>
</div>
</FluentTab>
<FluentTab LabelClass="tab-label"
Expand All @@ -33,7 +33,7 @@ else
Icon="@(new Icons.Regular.Size24.Table())">
<div class="metric-tab">
<MetricTable InstrumentViewModel="_instrumentViewModel" Duration="Duration" Applications="Applications" />
<ChartFilters InstrumentViewModel="_instrumentViewModel" Instrument="_instrument" ViewModel="_viewModel"/>
<ChartFilters InstrumentViewModel="_instrumentViewModel" Instrument="_instrument"/>
</div>
</FluentTab>
</FluentTabs>
Expand Down

0 comments on commit 3a0e547

Please sign in to comment.