Skip to content

Commit 435421c

Browse files
committed
ECH,ECK,ECE,SELF
Signed-off-by: bmorelli25 <[email protected]>
1 parent a600aa8 commit 435421c

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@
6464
}
6565
@if (appliesTo.Deployment is not null)
6666
{
67-
if (appliesTo.Deployment.Ece is not null)
67+
68+
if (appliesTo.Deployment.Ess is not null)
6869
{
69-
@RenderProduct("ECE",
70-
"Elastic&nbsp;Cloud&nbsp;Enterprise",
71-
VersioningSystemId.Ece,
72-
appliesTo.Deployment.Ece
70+
@RenderProduct(
71+
"ECH",
72+
"Elastic&nbsp;Cloud&nbsp;Hosted",
73+
VersioningSystemId.Ess,
74+
appliesTo.Deployment.Ess
7375
)
7476
}
7577

@@ -83,13 +85,12 @@
8385
)
8486
}
8587

86-
if (appliesTo.Deployment.Ess is not null)
88+
if (appliesTo.Deployment.Ece is not null)
8789
{
88-
@RenderProduct(
89-
"ECH",
90-
"Elastic&nbsp;Cloud&nbsp;Hosted",
91-
VersioningSystemId.Ess,
92-
appliesTo.Deployment.Ess
90+
@RenderProduct("ECE",
91+
"Elastic&nbsp;Cloud&nbsp;Enterprise",
92+
VersioningSystemId.Ece,
93+
appliesTo.Deployment.Ece
9394
)
9495
}
9596

0 commit comments

Comments
 (0)