File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Aspire.Dashboard/Components/Controls/Chart Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 Icon =" @(new Icons.Regular.Size24.DataArea())" >
2525 <div class =" metrics-chart-container metric-tab" >
2626 <PlotlyChart InstrumentViewModel =" _instrumentViewModel" Duration =" Duration" Applications =" Applications" />
27- <ChartFilters InstrumentViewModel =" _instrumentViewModel" Instrument =" _instrument" ViewModel = " _viewModel " />
27+ <ChartFilters InstrumentViewModel =" _instrumentViewModel" Instrument =" _instrument" />
2828 </div >
2929 </FluentTab >
3030 <FluentTab LabelClass =" tab-label"
3333 Icon =" @(new Icons.Regular.Size24.Table())" >
3434 <div class =" metric-tab" >
3535 <MetricTable InstrumentViewModel =" _instrumentViewModel" Duration =" Duration" Applications =" Applications" />
36- <ChartFilters InstrumentViewModel =" _instrumentViewModel" Instrument =" _instrument" ViewModel = " _viewModel " />
36+ <ChartFilters InstrumentViewModel =" _instrumentViewModel" Instrument =" _instrument" />
3737 </div >
3838 </FluentTab >
3939 </FluentTabs >
You can’t perform that action at this time.
0 commit comments