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:
regexowl 2025-06-30 12:36:41 +02:00
parent e05079330b
commit 44639acae6

View file

@ -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>