From 1cfce84e01181b941db50094f2763b9b8709c856 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri Benedetti Date: Wed, 20 Aug 2025 11:45:36 +0200 Subject: [PATCH] Add not available lifecycle to tooltips --- .../Myst/Components/ApplicableToComponent.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Elastic.Markdown/Myst/Components/ApplicableToComponent.cshtml b/src/Elastic.Markdown/Myst/Components/ApplicableToComponent.cshtml index fcc8f897f..a34f70721 100644 --- a/src/Elastic.Markdown/Myst/Components/ApplicableToComponent.cshtml +++ b/src/Elastic.Markdown/Myst/Components/ApplicableToComponent.cshtml @@ -235,6 +235,7 @@ ProductLifecycle.TechnicalPreview => "Available in technical preview", ProductLifecycle.Deprecated => "Deprecated", ProductLifecycle.Removed => "Removed", + ProductLifecycle.Unavailable => "Not available", _ => "" };