Merged PR 156: Update dashboard

Update dashboard
This commit is contained in:
2025-06-10 12:14:06 +00:00
2 changed files with 9 additions and 4 deletions

View File

@@ -39,6 +39,11 @@ const router = createRouter({
path: 'exec-history',
name: 'scenario-exec-history',
component: () => import('@/views/pages/OldScenarioExec.vue')
},
{
path: 'dashboard',
name: 'dashboard',
component: () => import('@/views/pages/DashExecution.vue')
},
{
path: '/executions/:name',

View File

@@ -169,11 +169,11 @@
</template>
</Column>
<Column field="totalChatInteractions" header="Chat interactions" sortable>
<!-- <Column field="totalChatInteractions" header="Chat interactions" sortable>
<template #body="slotProps">
<span>{{ slotProps.data.totalChatInteractions }}</span>
</template>
</Column>
</Column> -->
</DataTable>
</div>
@@ -382,7 +382,7 @@
</div>
<!-- Tabella Chat List -->
<div class="mb-8">
<!-- <div class="mb-8">
<DataTable
:value="paginatedChats"
ref="chatTable"
@@ -418,7 +418,7 @@
</tr>
</template>
</DataTable>
</div>
</div> -->
</div>