Commit c5435af
# Backport
This will backport the following commits from `main` to `9.3`:
- [Fix @elastic/eui/require-table-caption lint violations in drilldown
manager UI (#271377)](#271377)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT
[{"author":{"name":"Copilot","email":"198982749+Copilot@users.noreply.github.com"},"sourceCommit":{"committedDate":"2026-05-27T12:22:43Z","message":"Fix
@elastic/eui/require-table-caption lint violations in drilldown manager
UI (#271377)\n\nTwo `EuiInMemoryTable` instances in the drilldown
manager UI were\nmissing the required `tableCaption` prop,
violating\n`@elastic/eui/require-table-caption`.\n\n### Changes\n\n-
**`drilldown_template_table`** — Added `tableCaption` with i18n\nstring:
*\"Drilldown templates\"*\n- **`drilldown_table`** — Added
`tableCaption` with i18n
string:\n*\"Drilldowns\"*\n\n```tsx\n<EuiInMemoryTable\n
tableCaption={txtTableCaption}\n items={drilldowns}\n //
...\n/>\n```\n\nCaptions describe the dataset per EUI accessibility
guidelines and use\n`i18n.translate` for
localization.\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot]
<198982749+Copilot@users.noreply.github.com>\nCo-authored-by: Alexey
Antonov
<alexwizp@gmail.com>","sha":"fa6e1f14d584a5fc26a2e62c3a4bbad2cb1c68ec","branchLabelMapping":{"^v9.5.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Embedding","Project:Accessibility","release_note:skip","Feature:Drilldowns","💝community","backport:version","a11y:agent-pr","v9.5.0","v9.3.5","v9.4.2"],"title":"Fix
@elastic/eui/require-table-caption lint violations in drilldown manager
UI","number":271377,"url":"https://github.com/elastic/kibana/pull/271377","mergeCommit":{"message":"Fix
@elastic/eui/require-table-caption lint violations in drilldown manager
UI (#271377)\n\nTwo `EuiInMemoryTable` instances in the drilldown
manager UI were\nmissing the required `tableCaption` prop,
violating\n`@elastic/eui/require-table-caption`.\n\n### Changes\n\n-
**`drilldown_template_table`** — Added `tableCaption` with i18n\nstring:
*\"Drilldown templates\"*\n- **`drilldown_table`** — Added
`tableCaption` with i18n
string:\n*\"Drilldowns\"*\n\n```tsx\n<EuiInMemoryTable\n
tableCaption={txtTableCaption}\n items={drilldowns}\n //
...\n/>\n```\n\nCaptions describe the dataset per EUI accessibility
guidelines and use\n`i18n.translate` for
localization.\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot]
<198982749+Copilot@users.noreply.github.com>\nCo-authored-by: Alexey
Antonov
<alexwizp@gmail.com>","sha":"fa6e1f14d584a5fc26a2e62c3a4bbad2cb1c68ec"}},"sourceBranch":"main","suggestedTargetBranches":["9.3","9.4"],"targetPullRequestStates":[{"branch":"main","label":"v9.5.0","branchLabelMappingKey":"^v9.5.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/271377","number":271377,"mergeCommit":{"message":"Fix
@elastic/eui/require-table-caption lint violations in drilldown manager
UI (#271377)\n\nTwo `EuiInMemoryTable` instances in the drilldown
manager UI were\nmissing the required `tableCaption` prop,
violating\n`@elastic/eui/require-table-caption`.\n\n### Changes\n\n-
**`drilldown_template_table`** — Added `tableCaption` with i18n\nstring:
*\"Drilldown templates\"*\n- **`drilldown_table`** — Added
`tableCaption` with i18n
string:\n*\"Drilldowns\"*\n\n```tsx\n<EuiInMemoryTable\n
tableCaption={txtTableCaption}\n items={drilldowns}\n //
...\n/>\n```\n\nCaptions describe the dataset per EUI accessibility
guidelines and use\n`i18n.translate` for
localization.\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot]
<198982749+Copilot@users.noreply.github.com>\nCo-authored-by: Alexey
Antonov
<alexwizp@gmail.com>","sha":"fa6e1f14d584a5fc26a2e62c3a4bbad2cb1c68ec"}},{"branch":"9.3","label":"v9.3.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.4","label":"v9.4.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
---------
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Alexey Antonov <alexwizp@gmail.com>
1 parent 24d4509 commit c5435af
4 files changed
Lines changed: 18 additions & 0 deletions
File tree
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
| 148 | + | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
41 | 48 | | |
42 | 49 | | |
43 | 50 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| 122 | + | |
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
| |||
0 commit comments