Update dashboard

This commit is contained in:
2025-06-10 13:16:21 +02:00
parent 650695a311
commit 5ed412a71d
2 changed files with 9 additions and 4 deletions

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>