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 committed by Klara Simickova
parent eca4e55c67
commit 6cefc6c199

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>