14 references to Loc
Aspire.Dashboard (14)
Components\Controls\Chart\MetricTable.razor.cs (3)
316ValueDirectionChange.Up => (new Icons.Filled.Size16.ArrowCircleUp().WithColor(Color.Success), Loc[nameof(ControlsStrings.MetricTableValueIncreased)]), 317ValueDirectionChange.Down => (new Icons.Filled.Size16.ArrowCircleDown().WithColor(Color.Warning), Loc[nameof(ControlsStrings.MetricTableValueDecreased)]), 318ValueDirectionChange.Constant => (new Icons.Filled.Size16.ArrowCircleRight().WithColor(Color.Info), Loc[nameof(ControlsStrings.MetricTableValueNoChange)]),
Components\Controls\Chart\PlotlyChart.razor.cs (5)
50{Loc[nameof(ControlsStrings.PlotlyChartValue)]}: {formattedValue}<br /> 51{Loc[nameof(ControlsStrings.PlotlyChartTime)]}: {FormatHelpers.FormatTime(TimeProvider, TimeProvider.ToLocal(xValue))} 147Name = Loc[nameof(ControlsStrings.PlotlyChartExemplars)], 164title = $"{Loc[nameof(ControlsStrings.PlotlyChartTrace)]}: {OtlpHelpers.ToShortenedId(exemplar.TraceId)}"; 169title = Loc[nameof(ControlsStrings.PlotlyChartExemplar)];
Components_Controls_Chart_MetricTable_razor.g.cs (6)
265Loc[nameof(ControlsStrings.MetricTableStartColumnHeader)] 460__builder3.AddContent(31, Loc[nameof(ControlsStrings.Loading)] 574Loc[nameof(ControlsStrings.MetricTableExemplarsColumnHeader)] 627Loc[nameof(ControlsStrings.MetricTableViewExemplarsLabel)] 707__builder2.AddContent(55, Loc[nameof(ControlsStrings.MetricTableNoMetricsFound)] 773Loc[nameof(ControlsStrings.MetricTableShowOnlyValueChanges)]