From f44afe272311cb0d548f05d5332289cd2ac83145 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Wed, 18 Jun 2025 21:36:29 +0200 Subject: [PATCH] Wizard: Show lifecycle information for RHEL9 Since we want to nudge customers to default to RHEL 10, it may make sense to show them the shorter lifecycle of RHEL 9 when they select it. --- .../CreateImageWizard/steps/ImageOutput/ReleaseLifecycle.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseLifecycle.tsx b/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseLifecycle.tsx index ce3c471c..576b82a1 100644 --- a/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseLifecycle.tsx +++ b/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseLifecycle.tsx @@ -17,6 +17,7 @@ import { RHEL_8, RHEL_8_FULL_SUPPORT, RHEL_8_MAINTENANCE_SUPPORT, + RHEL_9, RHEL_9_FULL_SUPPORT, RHEL_9_MAINTENANCE_SUPPORT, RHEL_10_FULL_SUPPORT, @@ -135,7 +136,7 @@ const ReleaseLifecycle = () => { setIsExpanded(isExpanded); }; - if (release === RHEL_8) { + if (release === RHEL_8 || release === RHEL_9) { return (