src: Run class-name-updater
This runs `npx @patternfly/class-name-updater src --v6 --fix`.
This commit is contained in:
parent
1fc1f0cb8d
commit
4312cca4dd
30 changed files with 149 additions and 149 deletions
|
|
@ -22,7 +22,7 @@ const FileSystemAutomaticPartition = () => {
|
|||
icon={<ExternalLinkAltIcon />}
|
||||
iconPosition="right"
|
||||
href={FILE_SYSTEM_CUSTOMIZATION_URL}
|
||||
className="pf-v5-u-pl-0"
|
||||
className="pf-v6-u-pl-0"
|
||||
>
|
||||
Customizing file systems during the image creation
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ const FileSystemConfiguration = () => {
|
|||
icon={<ExternalLinkAltIcon />}
|
||||
iconPosition="right"
|
||||
href={FILE_SYSTEM_CUSTOMIZATION_URL}
|
||||
className="pf-v5-u-pl-0"
|
||||
className="pf-v6-u-pl-0"
|
||||
>
|
||||
Read more about manual configuration here
|
||||
</Button>
|
||||
|
|
@ -80,7 +80,7 @@ const FileSystemConfiguration = () => {
|
|||
<FileSystemTable />
|
||||
<Content>
|
||||
<Button
|
||||
className="pf-v5-u-text-align-left"
|
||||
className="pf-v6-u-text-align-left"
|
||||
variant="link"
|
||||
icon={<PlusCircleIcon />}
|
||||
onClick={handleAddPartition}
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ export const MinimumSizePopover = () => {
|
|||
variant="plain"
|
||||
aria-label="File system configuration info"
|
||||
aria-describedby="file-system-configuration-info"
|
||||
className="pf-v5-u-p-0"
|
||||
className="pf-v6-u-p-0"
|
||||
/>
|
||||
</Popover>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue