CreateImageWizard/ImageOutput: hide description in cockpit
Lifecycle information isn't available yet, so let's just hide it.
This commit is contained in:
parent
76f86c3711
commit
fd4fe79b41
1 changed files with 4 additions and 0 deletions
|
|
@ -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 '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue