Skip to content

Commit

Permalink
JBR-7391 add JBR/SwingMarkDashboard as a separate tab
Browse files Browse the repository at this point in the history
  • Loading branch information
vprovodin committed Nov 26, 2024
1 parent 3f8411e commit 6396d85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 55 deletions.
55 changes: 0 additions & 55 deletions dashboard/new-dashboard/src/components/jbr/SwingMark.vue

This file was deleted.

10 changes: 10 additions & 0 deletions dashboard/new-dashboard/src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ enum ROUTES {
JavaDrawDashboard = `${ROUTE_PREFIX.JBR}/javaDrawDashboard`,
RenderDashboard = `${ROUTE_PREFIX.JBR}/renderDashboard`,
SPECjbb2015Dashboard = `${ROUTE_PREFIX.JBR}/specDashboard`,
SwingMarkDashboard = `${ROUTE_PREFIX.JBR}/swingmarkDashboard`,
FleetTest = `${ROUTE_PREFIX.Fleet}/${TEST_ROUTE}`,
FleetPerfDashboard = `${ROUTE_PREFIX.Fleet}/perfDashboard`,
FleetPerfStartupComparisonDashboard = `${ROUTE_PREFIX.Fleet}/startupComparisonDashboard`,
Expand Down Expand Up @@ -831,6 +832,10 @@ const JBR: Product = {
url: ROUTES.SPECjbb2015Dashboard,
label: "SPECjbb2015",
},
{
url: ROUTES.SwingMarkDashboard,
label: "SwingMark",
},
{
url: ROUTES.MapBenchDashboard,
label: "MapBench",
Expand Down Expand Up @@ -1904,6 +1909,11 @@ export function getNewDashboardRoutes(): ParentRouteRecord[] {
component: () => import("./components/jbr/SPECjbb2015Dashboard.vue"),
meta: { pageTitle: "Spec Dashboard" },
},
{
path: ROUTES.SwingMarkDashboard,
component: () => import("./components/jbr/SwingMarkDashboard.vue"),
meta: { pageTitle: "SwingMark Dashboard" },
},
{
path: ROUTES.FleetTest,
component: () => import("./components/common/PerformanceTests.vue"),
Expand Down

0 comments on commit 6396d85

Please sign in to comment.