2 references to InstrumentName
Aspire.Dashboard (2)
Components\Pages\Metrics.razor.cs (2)
153if (viewModel.SelectedMeter != null && !string.IsNullOrEmpty(InstrumentName)) 155viewModel.SelectedInstrument = viewModel.Instruments.FirstOrDefault(i => i.Parent.Name == MeterName && i.Name == InstrumentName);