We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5850898 commit d0c82d1Copy full SHA for d0c82d1
1 file changed
src/Components/CreateImageWizard/steps/Kernel/index.tsx
@@ -38,14 +38,14 @@ const KernelStep = () => {
38
Choose a kernel package and append specific boot parameters to
39
customize how your image initializes its core operating environment.
40
</Content>
41
- {fips.enabled && (
42
- <Alert
43
- title='Kernel will be configured to use FIPS, no additional configuration needed.'
44
- variant='info'
45
- isInline
46
- />
47
- )}
48
+ {fips.enabled && (
+ <Alert
+ title='Kernel will be configured to use FIPS, no additional configuration needed.'
+ variant='info'
+ isInline
+ />
+ )}
49
<KernelName />
50
<KernelArguments />
51
</>
0 commit comments