From e396f6d6fc141e3f8a6293bb4b42ab754ca41c2e Mon Sep 17 00:00:00 2001 From: "mariapia.lorusso" Date: Tue, 10 Jun 2025 16:14:24 +0200 Subject: [PATCH] filters updates --- .../dashboard/DashboardScenarioStore.js | 2 +- src/views/pages/DashExecution.vue | 44 ++++++++++++++----- 2 files changed, 35 insertions(+), 11 deletions(-) diff --git a/src/stores/dashboard/DashboardScenarioStore.js b/src/stores/dashboard/DashboardScenarioStore.js index 5580891..77398b6 100644 --- a/src/stores/dashboard/DashboardScenarioStore.js +++ b/src/stores/dashboard/DashboardScenarioStore.js @@ -161,6 +161,6 @@ export const DashboardScenarioStore = defineStore('dashboard_scenario_store', () totalTokens, loadExecutionsStats, loadChatStats, - chatStats + } }) \ No newline at end of file diff --git a/src/views/pages/DashExecution.vue b/src/views/pages/DashExecution.vue index e518b76..b8672f3 100644 --- a/src/views/pages/DashExecution.vue +++ b/src/views/pages/DashExecution.vue @@ -227,7 +227,7 @@