add Scenario outputType

This commit is contained in:
2024-10-24 10:42:17 +02:00
parent acf668979b
commit 29de8bdb6f
6 changed files with 30 additions and 19 deletions

View File

@@ -30,8 +30,8 @@ const router = createRouter({
name: 'scenario-exec',
component: () => import('@/views/pages/ScenarioExec.vue')
},{
path: '/exectutions',
name: 'exectutions',
path: '/executions',
name: 'executions',
component: () => import('@/views/pages/OldScenarioExec.vue')
},
{