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