debian-image-builder-frontend/src/Components/CreateImageWizardV2/steps/Repositories
regexowl 8a25ec66f3 src: Fix "Table headers must have an accessible name" warning
The tests output contained following warning:

```
console.warn
    Th: Table headers must have an accessible name. If the Th is intended to be visually empty, pass in screenReaderText. If the Th contains only non-text, interactive content such as a checkbox or expand toggle, pass in an aria-label.
```

This fixes the warning by adding an `aria-label` to every empty table heading cell.
2024-05-07 18:20:08 +02:00
..
index.tsx V2Wizard: Expandable to alert for disabled EPEL repo 2024-05-01 19:54:06 +02:00
Repositories.tsx src: Fix "Table headers must have an accessible name" warning 2024-05-07 18:20:08 +02:00
RepositoriesStatus.tsx V2Wizard: Add components to the Repositories step skeleton 2024-01-26 14:04:56 +01:00
RepositoryUnavailable.tsx V2Wizard: Add components to the Repositories step skeleton 2024-01-26 14:04:56 +01:00