Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/Components/CreateImageWizard/steps/Kernel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ const KernelStep = () => {
Choose a kernel package and append specific boot parameters to
customize how your image initializes its core operating environment.
</Content>
{fips.enabled && (
<Alert
title='Kernel will be configured to use FIPS, no additional configuration needed.'
variant='info'
isInline
/>
)}
</Content>
{fips.enabled && (
<Alert
title='Kernel will be configured to use FIPS, no additional configuration needed.'
variant='info'
isInline
/>
)}
<KernelName />
<KernelArguments />
</>
Expand Down
Loading