From ae241ed9c07c64507d98d0e0ef310721ca2afc92 Mon Sep 17 00:00:00 2001 From: Anna Koehler Date: Wed, 25 Sep 2024 00:11:13 +0200 Subject: [PATCH] Rename dashboard for primary metrics to product metrics --- ...csDashboard.vue => ProductMetricsDashboard.vue} | 2 +- dashboard/new-dashboard/src/routes.ts | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) rename dashboard/new-dashboard/src/components/intelliJ/{PrimaryMetricsDashboard.vue => ProductMetricsDashboard.vue} (97%) diff --git a/dashboard/new-dashboard/src/components/intelliJ/PrimaryMetricsDashboard.vue b/dashboard/new-dashboard/src/components/intelliJ/ProductMetricsDashboard.vue similarity index 97% rename from dashboard/new-dashboard/src/components/intelliJ/PrimaryMetricsDashboard.vue rename to dashboard/new-dashboard/src/components/intelliJ/ProductMetricsDashboard.vue index 4c7e9d1e..c1387670 100644 --- a/dashboard/new-dashboard/src/components/intelliJ/PrimaryMetricsDashboard.vue +++ b/dashboard/new-dashboard/src/components/intelliJ/ProductMetricsDashboard.vue @@ -2,7 +2,7 @@ import("./components/intelliJ/PrimaryMetricsDashboard.vue"), + path: ROUTES.IntelliJProductMetricsDashboard, + component: () => import("./components/intelliJ/ProductMetricsDashboard.vue"), meta: { pageTitle: "IDEA primary metrics" }, }, {