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:
parent
8e443e4cbf
commit
782a8eba7e
5 changed files with 272 additions and 2 deletions
|
|
@ -322,7 +322,7 @@ const MountpointSuffix = ({ partition }: MountpointSuffixPropTypes) => {
|
|||
})
|
||||
);
|
||||
}}
|
||||
aria-label="text input example"
|
||||
aria-label="mountpoint suffix"
|
||||
ouiaId="mount-suffix"
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -160,6 +160,7 @@ const FileSystemTable = () => {
|
|||
className={isDragging ? styles.modifiers.dragOver : ''}
|
||||
aria-label="File system table"
|
||||
variant="compact"
|
||||
data-testid="fsc-table"
|
||||
>
|
||||
<Thead>
|
||||
<Tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue