CreateImageWizard/ImageOutput: hide description in cockpit

Lifecycle information isn't available yet, so let's just hide it.
This commit is contained in:
Sanne Raymaekers 2025-02-11 17:11:07 +01:00
parent 76f86c3711
commit fd4fe79b41

View file

@ -53,6 +53,10 @@ const ReleaseSelect = () => {
};
const setDescription = (key: Distributions) => {
if (process.env.IS_ON_PREMISE) {
return '';
}
if (key === RHEL_9_BETA || key === RHEL_10_BETA) {
return '';
}