14 references to Loc
Aspire.Dashboard (14)
Components\Controls\Chart\MetricTable.razor.cs (3)
316
ValueDirectionChange.Up => (new Icons.Filled.Size16.ArrowCircleUp().WithColor(Color.Success),
Loc
[nameof(ControlsStrings.MetricTableValueIncreased)]),
317
ValueDirectionChange.Down => (new Icons.Filled.Size16.ArrowCircleDown().WithColor(Color.Warning),
Loc
[nameof(ControlsStrings.MetricTableValueDecreased)]),
318
ValueDirectionChange.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))}
147
Name =
Loc
[nameof(ControlsStrings.PlotlyChartExemplars)],
164
title = $"{
Loc
[nameof(ControlsStrings.PlotlyChartTrace)]}: {OtlpHelpers.ToShortenedId(exemplar.TraceId)}";
169
title =
Loc
[nameof(ControlsStrings.PlotlyChartExemplar)];
Components_Controls_Chart_MetricTable_razor.g.cs (6)
265
Loc
[nameof(ControlsStrings.MetricTableStartColumnHeader)]
460
__builder3.AddContent(31,
Loc
[nameof(ControlsStrings.Loading)]
574
Loc
[nameof(ControlsStrings.MetricTableExemplarsColumnHeader)]
627
Loc
[nameof(ControlsStrings.MetricTableViewExemplarsLabel)]
707
__builder2.AddContent(55,
Loc
[nameof(ControlsStrings.MetricTableNoMetricsFound)]
773
Loc
[nameof(ControlsStrings.MetricTableShowOnlyValueChanges)]