Skip to content

Commit

Permalink
added appropriate table caption for table listing generated reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed May 14, 2021
1 parent c572ddd commit cfeface
Showing 1 changed file with 3 additions and 0 deletions.
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 cfeface

Please sign in to comment.