Update dashboard
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user