Update Available Scenarios path

This commit is contained in:
2025-06-05 12:29:04 +02:00
parent e40b80df5e
commit 854c96ecf6

View File

@@ -14,7 +14,7 @@ const model = ref([
{
label: 'Scenarios',
items: [
{ label: 'Available Scenarios', icon: 'pi pi-fw pi-id-card', to: '/' },
{ label: 'Available Scenarios', icon: 'pi pi-fw pi-id-card', to: '/home' },
{ label: 'Execution List', icon: 'pi pi-fw pi-list', command: () => {
route.push({path: '/executions/all'});
} },