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:
Alexey Antonov 2024-07-01 18:30:12 +03:00 committed by GitHub
parent 06a77a73b4
commit 3dddc52056
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -129,6 +129,7 @@ export const StdErrorLogs = ({
<EuiInMemoryTable
items={items}
rowHeader="@timestamp"
columns={columns}
tableLayout="auto"
loading={loading}