diff --git a/kibana-reports/public/components/context_menu/context_menu_ui.js b/kibana-reports/public/components/context_menu/context_menu_ui.js index f2a448be..a61e1976 100644 --- a/kibana-reports/public/components/context_menu/context_menu_ui.js +++ b/kibana-reports/public/components/context_menu/context_menu_ui.js @@ -48,7 +48,7 @@ export const popoverMenu = () => { Files can take a minute or two to generate depending on the - size of your dashboard + size of your source data
diff --git a/kibana-reports/public/components/main/report_definition_details/report_definition_details.tsx b/kibana-reports/public/components/main/report_definition_details/report_definition_details.tsx index cd45442e..beac8ec0 100644 --- a/kibana-reports/public/components/main/report_definition_details/report_definition_details.tsx +++ b/kibana-reports/public/components/main/report_definition_details/report_definition_details.tsx @@ -336,10 +336,10 @@ export function ReportDefinitionDetails(props) { // TODO: need better display timePeriod: moment.duration(timeDuration).humanize(), fileFormat: reportFormat, - reportHeader: reportParams.core_params.hasOwnProperty('header') + reportHeader: reportParams.core_params.hasOwnProperty('header') && reportParams.core_params.header != "" ? converter.makeMarkdown(reportParams.core_params.header) : `\u2014`, - reportFooter: reportParams.core_params.hasOwnProperty('footer') + reportFooter: reportParams.core_params.hasOwnProperty('footer') && reportParams.core_params.footer != "" ? converter.makeMarkdown(reportParams.core_params.footer) : `\u2014`, triggerType: triggerType, diff --git a/kibana-reports/public/components/main/report_details/__tests__/__snapshots__/report_details.test.tsx.snap b/kibana-reports/public/components/main/report_details/__tests__/__snapshots__/report_details.test.tsx.snap index 633d5ffa..e46cc598 100644 --- a/kibana-reports/public/components/main/report_details/__tests__/__snapshots__/report_details.test.tsx.snap +++ b/kibana-reports/public/components/main/report_details/__tests__/__snapshots__/report_details.test.tsx.snap @@ -248,7 +248,11 @@ exports[` panel render 5 hours recurring component 1`] = `
+ > +

+ — +

+
panel render 5 hours recurring component 1`] = `
+ > +

+ — +

+
panel render on-demand component 1`] = `
+ > +

+ — +

+
panel render on-demand component 1`] = `
+ > +

+ — +

+
- + Cron help