Skip to content

Commit 4e9488d

Browse files
theletterfMpdreamz
andauthored
Add not available lifecycle to tooltips (#1752)
Co-authored-by: Martijn Laarman <[email protected]>
1 parent a0e9b26 commit 4e9488d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@
235235
ProductLifecycle.TechnicalPreview => "Available in technical preview",
236236
ProductLifecycle.Deprecated => "Deprecated",
237237
ProductLifecycle.Removed => "Removed",
238+
ProductLifecycle.Unavailable => "Not available",
238239
_ => ""
239240
};
240241

0 commit comments

Comments
 (0)