Skip to content

Commit

Permalink
Vcs dashboard refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey committed Sep 9, 2024
1 parent e710b46 commit 8cb5987
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
<!-- :projects="annotateProjects"-->
<!-- />-->
<!--</section>-->
<section>
<section id="annotate">
<GroupProjectsChart
label="Duration of opening git annotation - git-open-annotation"
measure="git-open-annotation"
Expand Down
30 changes: 15 additions & 15 deletions dashboard/new-dashboard/src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2314,21 +2314,6 @@ export function getNewDashboardRoutes(): ParentRouteRecord[] {
},
meta: { pageTitle: COMPARE_BRANCHES_LABEL },
},
{
path: ROUTES.VcsIdeaDashboard,
component: () => import("./components/vcs/PerformanceDashboard.vue"),
meta: { pageTitle: "Vcs Idea performance dashboard" },
},
{
path: ROUTES.VcsSpaceDashboard,
component: () => import("./components/vcs/PerformanceSpaceDashboard.vue"),
meta: { pageTitle: "Vcs Space performance dashboard" },
},
{
path: ROUTES.VcsStarterDashboard,
component: () => import("./components/vcs/PerformanceStarterDashboard.vue"),
meta: { pageTitle: "Vcs Starer performance dashboard" },
},
{
path: ROUTES.VcsIdeaDashboardDev,
component: () => import("./components/vcs/PerformanceDashboardDev.vue"),
Expand All @@ -2344,6 +2329,21 @@ export function getNewDashboardRoutes(): ParentRouteRecord[] {
component: () => import("./components/vcs/PerformanceStarterDashboardDev.vue"),
meta: { pageTitle: "Vcs Starer performance dashboard DevServer" },
},
{
path: ROUTES.VcsIdeaDashboard,
component: () => import("./components/vcs/PerformanceDashboard.vue"),
meta: { pageTitle: "Vcs Idea performance dashboard (obsolete)" },
},
{
path: ROUTES.VcsSpaceDashboard,
component: () => import("./components/vcs/PerformanceSpaceDashboard.vue"),
meta: { pageTitle: "Vcs Space performance dashboard (obsolete)" },
},
{
path: ROUTES.VcsStarterDashboard,
component: () => import("./components/vcs/PerformanceStarterDashboard.vue"),
meta: { pageTitle: "Vcs Starer performance dashboard (obsolete)" },
},
{
path: ROUTES.PerfUnitTests,
component: () => import("./components/common/PerformanceUnitTests.vue"),
Expand Down

0 comments on commit 8cb5987

Please sign in to comment.