Update dashboard
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user