CreateImageWizard: enable OpenSCAP for on-prem
SSIA
This commit is contained in:
parent
c7cd9e8de3
commit
9d883a8dfc
3 changed files with 5 additions and 6 deletions
|
|
@ -406,9 +406,7 @@ const CreateImageWizard = ({ isEdit }: CreateImageWizardProps) => {
|
|||
name={complianceEnabled ? 'Compliance' : 'OpenSCAP'}
|
||||
id="step-oscap"
|
||||
key="step-oscap"
|
||||
isHidden={
|
||||
distribution === RHEL_10_BETA || !!process.env.IS_ON_PREMISE
|
||||
}
|
||||
isHidden={distribution === RHEL_10_BETA}
|
||||
navItem={customStatusNavItem}
|
||||
footer={
|
||||
<CustomWizardFooter disableNext={false} optional={true} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue