mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix: [Obs Synthetics > Monitor Test Run][SCREEN READER]: Table rows need TH[scope="row"] for SR usability: 0017 (#186957)
Closes: https://github.com/elastic/observability-dev/issues/3570
## Summary
`rowHeader` attribute was added for the following table
<img width="1344" alt="Screenshot 2024-06-26 at 11 37 56"
src="44d2f5de
-2a77-4bd9-bacb-d4939c5040c9">
This commit is contained in:
parent
06a77a73b4
commit
3dddc52056
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ export const StdErrorLogs = ({
|
|||
|
||||
<EuiInMemoryTable
|
||||
items={items}
|
||||
rowHeader="@timestamp"
|
||||
columns={columns}
|
||||
tableLayout="auto"
|
||||
loading={loading}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue