[8.x] fix: [Stateful: Indices page] Wrong navigation and announcements for Available indices table (#196141) (#196181)

# Backport

This will backport the following commits from `main` to `8.x`:
- [fix: [Stateful: Indices page] Wrong navigation and announcements for
Available indices table
(#196141)](https://github.com/elastic/kibana/pull/196141)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Alexey
Antonov","email":"alexwizp@gmail.com"},"sourceCommit":{"committedDate":"2024-10-14T16:22:16Z","message":"fix:
[Stateful: Indices page] Wrong navigation and announcements for
Available indices table (#196141)\n\nCloses: #196111\r\n\r\n### What was
changed?: \r\n1. Added rowHeader attribute
for\r\n[EuiTable](https://eui.elastic.co/#/tabular-content/tables).\r\n\r\n\r\n###
Screen:\r\n\r\n<img width=\"1792\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/5f7b0a63-8a7f-42ea-88d8-308cee94dd6d\">","sha":"7f032b10213334edbb29c6247aba79ad1a6b4b2b","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Project:Accessibility","release_note:skip","v9.0.0","backport:prev-minor"],"title":"fix:
[Stateful: Indices page] Wrong navigation and announcements for
Available indices
table","number":196141,"url":"https://github.com/elastic/kibana/pull/196141","mergeCommit":{"message":"fix:
[Stateful: Indices page] Wrong navigation and announcements for
Available indices table (#196141)\n\nCloses: #196111\r\n\r\n### What was
changed?: \r\n1. Added rowHeader attribute
for\r\n[EuiTable](https://eui.elastic.co/#/tabular-content/tables).\r\n\r\n\r\n###
Screen:\r\n\r\n<img width=\"1792\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/5f7b0a63-8a7f-42ea-88d8-308cee94dd6d\">","sha":"7f032b10213334edbb29c6247aba79ad1a6b4b2b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196141","number":196141,"mergeCommit":{"message":"fix:
[Stateful: Indices page] Wrong navigation and announcements for
Available indices table (#196141)\n\nCloses: #196111\r\n\r\n### What was
changed?: \r\n1. Added rowHeader attribute
for\r\n[EuiTable](https://eui.elastic.co/#/tabular-content/tables).\r\n\r\n\r\n###
Screen:\r\n\r\n<img width=\"1792\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/5f7b0a63-8a7f-42ea-88d8-308cee94dd6d\">","sha":"7f032b10213334edbb29c6247aba79ad1a6b4b2b"}}]}]
BACKPORT-->

Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
This commit is contained in:
Kibana Machine 2024-10-15 05:08:06 +11:00 committed by GitHub
parent 0ee30dc0b2
commit 77f241184e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,6 +208,7 @@ export const IndicesTable: React.FC<IndicesTableProps> = ({
return (
<EuiBasicTable
items={indices}
rowHeader="name"
columns={columns}
onChange={onChange}
pagination={{