Added Cia Scenario Viewer

This commit is contained in:
andrea.terzani
2024-09-27 09:33:49 +02:00
parent 9067b3f617
commit cd485a0475
15 changed files with 1770 additions and 175 deletions

View File

@@ -24,6 +24,15 @@ const router = createRouter({
path: 'exec/:id',
name: 'scenario-exec',
component: () => import('@/views/pages/ScenarioExec.vue')
},{
path: '/exectutions',
name: 'exectutions',
component: () => import('@/views/pages/OldScenarioExec.vue')
},
{
path: '/cia',
name: 'cia',
component: () => import('@/views/pages/CiaScenarioExec.vue')
},
{
path: '/canvas',