Wizard: Render labels for all FSC table columns
This adds column names for the Suffix and Unit columns that were previously not labeled.
This commit is contained in:
parent
eca4e55c67
commit
6cefc6c199
1 changed files with 2 additions and 2 deletions
|
|
@ -511,12 +511,12 @@ const FileSystemTable = () => {
|
|||
<Tr>
|
||||
<Th aria-label="Drag mount point" />
|
||||
<Th>Mount point</Th>
|
||||
<Th aria-label="Suffix"></Th>
|
||||
<Th aria-label="Suffix">Suffix</Th>
|
||||
<Th>Type</Th>
|
||||
<Th>
|
||||
Minimum size <MinimumSizePopover />
|
||||
</Th>
|
||||
<Th aria-label="Unit" />
|
||||
<Th aria-label="Unit">Unit</Th>
|
||||
<Th aria-label="Remove mount point" />
|
||||
</Tr>
|
||||
</Thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue