Skip to content

Commit

Permalink
[Reporting] Added appropriate table caption for table listing generat…
Browse files Browse the repository at this point in the history
…ed reports (#100118)

* added appropriate table caption for table listing generated reports

* updated jest snapshot

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
jloleysens and kibanamachine authored May 17, 2021
1 parent d8a2f8f commit dbfd76d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions x-pack/plugins/reporting/public/components/report_listing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,9 @@ class ReportListingUi extends Component<Props, State> {
return (
<Fragment>
<EuiBasicTable
tableCaption={i18n.translate('xpack.reporting.listing.table.captionDescription', {
defaultMessage: 'Reports generated in Kibana applications',
})}
itemId="id"
items={this.state.jobs}
loading={this.state.isLoading}
Expand Down

0 comments on commit dbfd76d

Please sign in to comment.