Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Reports Table Backport Changes #261

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions kibana-reports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@types/dompurify": "^2.0.4",
"@types/jsdom": "^16.2.4",
"@types/react-addons-test-utils": "^0.14.25",
"@types/uuid": "^8.3.0",
davidcui1225 marked this conversation as resolved.
Show resolved Hide resolved
"babel-polyfill": "^6.26.0",
"cheerio": "^1.0.0-rc.3",
"cron-validator": "^1.1.1",
Expand All @@ -54,11 +55,13 @@
"react-navigation": "^4.3.9",
"react-router-dom": "^5.2.0",
"react-toast-notifications": "^2.4.0",
"react-uuid": "^1.0.2",
"regenerator-runtime": "^0.13.7",
"set-interval-async": "1.0.33",
"showdown": "^1.9.1",
"sinon": "^9.2.0",
"uuid": "^8.1.0",
"uuidv4": "^6.2.6",
"ws": "^7.2.3"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const generateInContextReport = (
time_to: timeRanges.time_to.valueOf(),
report_definition: {
report_params: {
report_name: 'On_demand_report',
report_name: $('span.euiBreadcrumb').prop('title'),
report_source: reportSource,
description: 'In-context report download',
core_params: {
Expand Down
Loading