Skip to content

Commit 2e4796a

Browse files
authored
Update ApplicableToComponent.cshtml (#1449)
* Update ApplicableToComponent.cshtml Apply correct names to EDOTs * Update ApplicableToComponent.cshtml
1 parent 1b7ddfa commit 2e4796a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Elastic.Markdown/Myst/Components/ApplicableToComponent.cshtml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
if (pa.ApmAgentPython is not null) { @RenderProduct("APM Agent Python", pa.ApmAgentPython); }
7070
if (pa.ApmAgentRuby is not null) { @RenderProduct("APM Agent Ruby", pa.ApmAgentRuby); }
7171
if (pa.ApmAgentRum is not null) { @RenderProduct("APM Agent RUM", pa.ApmAgentRum); }
72-
if (pa.EdotIos is not null) { @RenderProduct("OpenTelemetry iOS", pa.EdotIos); }
73-
if (pa.EdotAndroid is not null) { @RenderProduct("OpenTelemetry Android", pa.EdotAndroid); }
74-
if (pa.EdotDotnet is not null) { @RenderProduct("OpenTelemetry .NET", pa.EdotDotnet); }
75-
if (pa.EdotJava is not null) { @RenderProduct("OpenTelemetry Java", pa.EdotJava); }
76-
if (pa.EdotNode is not null) { @RenderProduct("OpenTelemetry Node.js", pa.EdotNode); }
77-
if (pa.EdotPhp is not null) { @RenderProduct("OpenTelemetry PHP", pa.EdotPhp); }
78-
if (pa.EdotPython is not null) { @RenderProduct("OpenTelemetry Python", pa.EdotPython); }
72+
if (pa.EdotIos is not null) { @RenderProduct("EDOT iOS", pa.EdotIos); }
73+
if (pa.EdotAndroid is not null) { @RenderProduct("EDOT Android", pa.EdotAndroid); }
74+
if (pa.EdotDotnet is not null) { @RenderProduct("EDOT .NET", pa.EdotDotnet); }
75+
if (pa.EdotJava is not null) { @RenderProduct("EDOT Java", pa.EdotJava); }
76+
if (pa.EdotNode is not null) { @RenderProduct("EDOT Node.js", pa.EdotNode); }
77+
if (pa.EdotPhp is not null) { @RenderProduct("EDOT PHP", pa.EdotPhp); }
78+
if (pa.EdotPython is not null) { @RenderProduct("EDOT Python", pa.EdotPython); }
7979
}
8080

8181
@functions {

0 commit comments

Comments
 (0)