history exec scenario page

This commit is contained in:
Florinda
2024-10-30 09:23:48 +01:00
parent 440219ee24
commit 2f5a3e688a
5 changed files with 171 additions and 28 deletions

View File

@@ -29,10 +29,16 @@ const router = createRouter({
path: 'exec/:id',
name: 'scenario-exec',
component: () => import('@/views/pages/ScenarioExec.vue')
},{
},
{
path: 'exec-history',
name: 'scenario-exec-history',
component: () => import('@/views/pages/OldScenarioExec.vue')
},
{
path: '/executions',
name: 'executions',
component: () => import('@/views/pages/OldScenarioExec.vue')
component: () => import('@/views/pages/ScenarioExecList.vue')
},
{
path: '/canvas',