Skip to content

Commit

Permalink
Wizard: Remove kernel append from the OpenSCAP step
Browse files Browse the repository at this point in the history
This removes kernel append from the list of information about the selected OpenSCAP step.
  • Loading branch information
regexowl committed Jan 9, 2025
1 parent 02fd9e3 commit ae1fa5f
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,19 +130,6 @@ export const OscapProfileInformation = ({
>
{oscapProfile?.profile_id}
</TextListItem>
<TextListItem
component={TextListItemVariants.dt}
className="pf-v5-u-min-width"
>
Kernel arguments:
</TextListItem>
<TextListItem component={TextListItemVariants.dd}>
<CodeBlock>
<CodeBlockCode>
{oscapProfileInfo?.kernel?.append}
</CodeBlockCode>
</CodeBlock>
</TextListItem>
<TextListItem
component={TextListItemVariants.dt}
className="pf-v5-u-min-width"
Expand Down

0 comments on commit ae1fa5f

Please sign in to comment.