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.
This commit is contained in:
Simon Steinbeiss 2025-06-18 21:36:29 +02:00 committed by Klara Simickova
parent 2a611e9704
commit f44afe2723

View file

@ -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 (
<ExpandableSection
toggleText={