diff --git a/src/router/index.js b/src/router/index.js index e65aa8f..9636bb7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -39,6 +39,11 @@ const router = createRouter({ path: 'exec-history', name: 'scenario-exec-history', component: () => import('@/views/pages/OldScenarioExec.vue') + }, + { + path: 'dashboard', + name: 'dashboard', + component: () => import('@/views/pages/DashExecution.vue') }, { path: '/executions/:name', diff --git a/src/views/pages/DashExecution.vue b/src/views/pages/DashExecution.vue index 93fa7b7..e518b76 100644 --- a/src/views/pages/DashExecution.vue +++ b/src/views/pages/DashExecution.vue @@ -169,11 +169,11 @@ - + @@ -382,7 +382,7 @@ -
+