Wizard: Add v5 PF slug to classNames
This adds v5 PF slug to classNames throughout the code base, making the formatting work properly.
This commit is contained in:
parent
4f728874f7
commit
d8bb3485d8
26 changed files with 122 additions and 112 deletions
|
|
@ -76,7 +76,7 @@ const OpenSCAPFGLabel = () => {
|
|||
variant="plain"
|
||||
aria-label="About OpenSCAP"
|
||||
isInline
|
||||
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0 pf-u-pr-0"
|
||||
className="pf-v5-u-pl-sm pf-v5-u-pt-0 pf-v5-u-pb-0 pf-v5-u-pr-0"
|
||||
>
|
||||
<HelpIcon />
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ export const OscapProfileInformation = ({
|
|||
<TextList component={TextListVariants.dl}>
|
||||
<TextListItem
|
||||
component={TextListItemVariants.dt}
|
||||
className="pf-u-min-width"
|
||||
className="pf-v5-u-min-width"
|
||||
>
|
||||
Profile description:
|
||||
</TextListItem>
|
||||
|
|
@ -111,7 +111,7 @@ export const OscapProfileInformation = ({
|
|||
</TextListItem>
|
||||
<TextListItem
|
||||
component={TextListItemVariants.dt}
|
||||
className="pf-u-min-width"
|
||||
className="pf-v5-u-min-width"
|
||||
>
|
||||
Operating system:
|
||||
</TextListItem>
|
||||
|
|
@ -120,7 +120,7 @@ export const OscapProfileInformation = ({
|
|||
</TextListItem>
|
||||
<TextListItem
|
||||
component={TextListItemVariants.dt}
|
||||
className="pf-u-min-width"
|
||||
className="pf-v5-u-min-width"
|
||||
>
|
||||
Reference ID:
|
||||
</TextListItem>
|
||||
|
|
@ -132,7 +132,7 @@ export const OscapProfileInformation = ({
|
|||
</TextListItem>
|
||||
<TextListItem
|
||||
component={TextListItemVariants.dt}
|
||||
className="pf-u-min-width"
|
||||
className="pf-v5-u-min-width"
|
||||
>
|
||||
Kernel arguments:
|
||||
</TextListItem>
|
||||
|
|
@ -145,7 +145,7 @@ export const OscapProfileInformation = ({
|
|||
</TextListItem>
|
||||
<TextListItem
|
||||
component={TextListItemVariants.dt}
|
||||
className="pf-u-min-width"
|
||||
className="pf-v5-u-min-width"
|
||||
>
|
||||
Disabled services:
|
||||
</TextListItem>
|
||||
|
|
@ -158,7 +158,7 @@ export const OscapProfileInformation = ({
|
|||
</TextListItem>
|
||||
<TextListItem
|
||||
component={TextListItemVariants.dt}
|
||||
className="pf-u-min-width"
|
||||
className="pf-v5-u-min-width"
|
||||
>
|
||||
Enabled services:
|
||||
</TextListItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue