debian-image-builder-frontend/src/Components/CreateImageWizard
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
..
formComponents src: Fix "Table headers must have an accessible name" warning 2024-05-07 18:20:08 +02:00
steps Utilities: Migrate remaining files to TypeScript 2024-05-03 15:04:45 +02:00
validators ESLint: Add prefer-const rule 2023-02-10 11:37:06 +01:00
CreateImageWizard.js constants: Move URLs to constants 2024-04-26 15:54:46 +02:00
CreateImageWizard.scss wizard: allow the creation of aarch64 images 2023-10-26 20:07:54 +02:00
ImageCreator.js Wizard: Add release lifecycle charts 2023-12-07 19:39:58 +01:00