diff --git a/src/components/HeadNavigation.vue b/src/components/HeadNavigation.vue index e84d785f..dd87fd8b 100644 --- a/src/components/HeadNavigation.vue +++ b/src/components/HeadNavigation.vue @@ -41,15 +41,21 @@ > + + \ No newline at end of file diff --git a/src/components/pipeline/configs/ReportCard.vue b/src/components/pipeline/configs/ReportCard.vue index 4f6f9a55..1118dcf0 100644 --- a/src/components/pipeline/configs/ReportCard.vue +++ b/src/components/pipeline/configs/ReportCard.vue @@ -64,7 +64,7 @@ size="small" prepend-icon="mdi-eye" block - :to="navigateToReport(report.ID)" + :to="getReportLink(report.ID)" > View Details @@ -77,7 +77,6 @@