Update dashboard

This commit is contained in:
2025-06-10 13:16:21 +02:00
parent 650695a311
commit 5ed412a71d
2 changed files with 9 additions and 4 deletions

View File

@@ -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',