From 5ed412a71dd23b530229f2a922fa1b4a215397cb Mon Sep 17 00:00:00 2001 From: Emanuele Ferrelli Date: Tue, 10 Jun 2025 13:16:21 +0200 Subject: [PATCH] Update dashboard --- src/router/index.js | 5 +++++ src/views/pages/DashExecution.vue | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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 @@ -
+