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:
parent
2a611e9704
commit
f44afe2723
1 changed files with 2 additions and 1 deletions
|
|
@ -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={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue