debian-image-builder-frontend/src
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
..
Components src: Fix "Table headers must have an accessible name" warning 2024-05-07 18:20:08 +02:00
store src: Add rhel-94 2024-05-02 16:44:33 +02:00
test test: Update tests after TypeScript migration 2024-05-03 16:36:26 +02:00
Utilities V2Wizard: Hide first boot from review step 2024-05-06 14:27:58 +02:00
api.js API/test: Remove getVersion() Axios call 2023-12-19 15:36:49 +01:00
App.js app: useEffect warning fixes 2024-01-09 14:23:10 +01:00
AppEntry.js MSW: Integrate MSW into browser 2023-06-01 14:40:02 +02:00
bootstrap.js bootstrap: Fix "ReactDOM.render is deprecated since React 18.0.0" lint error 2023-08-30 16:01:02 +02:00
constants.js src: Add rhel-94 2024-05-02 16:44:33 +02:00
entry.js src: Adapt to insights-chrome 2.0 2021-05-06 11:26:41 +02:00
index.html src: Change page title to Image Builder (#8) 2020-09-21 16:03:19 -05:00
mockServiceWorker.js package.json: pin all package versions 2023-11-09 13:39:02 +01:00
Router.js Router: Hotfix to update experimental flag 2024-03-07 16:24:21 +01:00