history exec scenario page
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user