V2 Wizard: Add custom file system to request customizations (HMS-3690)

The blueprint request now contains a field for the filesystem in its
customizations.
This commit is contained in:
lucasgarfield 2024-04-15 15:30:56 +02:00 committed by Lucas Garfield
parent 8e443e4cbf
commit 782a8eba7e
5 changed files with 272 additions and 2 deletions

View file

@ -322,7 +322,7 @@ const MountpointSuffix = ({ partition }: MountpointSuffixPropTypes) => {
})
);
}}
aria-label="text input example"
aria-label="mountpoint suffix"
ouiaId="mount-suffix"
/>
);

View file

@ -160,6 +160,7 @@ const FileSystemTable = () => {
className={isDragging ? styles.modifiers.dragOver : ''}
aria-label="File system table"
variant="compact"
data-testid="fsc-table"
>
<Thead>
<Tr>