diff --git a/frontend/src/business/components/performance/report/PerformanceReportExport.vue b/frontend/src/business/components/performance/report/PerformanceReportExport.vue index a11299247d..97dd631ffc 100644 --- a/frontend/src/business/components/performance/report/PerformanceReportExport.vue +++ b/frontend/src/business/components/performance/report/PerformanceReportExport.vue @@ -24,6 +24,12 @@ + + + + @@ -36,11 +42,13 @@ import MsReportTestOverview from './components/TestOverview'; import MsReportTitle from "../../common/components/report/MsReportTitle"; import MsReportExportTemplate from "../../common/components/report/MsReportExportTemplate"; import MsReportTestDetails from "@/business/components/performance/report/components/TestDetails"; +import MonitorCard from "@/business/components/performance/report/components/MonitorCard"; export default { name: "MsPerformanceReportExport", components: { + MonitorCard, MsReportExportTemplate, MsReportTitle, MsReportErrorLog, diff --git a/frontend/src/business/components/performance/report/PerformanceReportView.vue b/frontend/src/business/components/performance/report/PerformanceReportView.vue index 05ebc88ac7..69be5a8980 100644 --- a/frontend/src/business/components/performance/report/PerformanceReportView.vue +++ b/frontend/src/business/components/performance/report/PerformanceReportView.vue @@ -333,7 +333,7 @@ export default { this.$nextTick(function () { setTimeout(() => { - let ids = ['testOverview', 'testDetails', 'requestStatistics', 'errorLog']; + let ids = ['testOverview', 'testDetails', 'requestStatistics', 'errorLog', 'monitorCard']; let promises = []; ids.forEach(id => { let promise = html2canvas(document.getElementById(id), {scale: 2}); diff --git a/frontend/src/business/components/performance/report/components/ErrorLog.vue b/frontend/src/business/components/performance/report/components/ErrorLog.vue index bdab8df34d..1366b371e4 100644 --- a/frontend/src/business/components/performance/report/components/ErrorLog.vue +++ b/frontend/src/business/components/performance/report/components/ErrorLog.vue @@ -14,16 +14,19 @@ sortable> @@ -38,21 +41,9 @@ style="width: 100%" show-summary > - - - - - - + + + #1 Error @@ -62,16 +53,9 @@ stripe style="width: 100%" > - - - - + + + #2 Error @@ -81,16 +65,9 @@ stripe style="width: 100%" > - - - - + + + #3 Error @@ -100,16 +77,9 @@ stripe style="width: 100%" > - - - - + + + #4 Error @@ -119,16 +89,9 @@ stripe style="width: 100%" > - - - - + + + #5 Error @@ -138,24 +101,19 @@ stripe style="width: 100%" > - - - - + + +