feat(core): Update data model for Evaluations (no-changelog) (#15520)

Co-authored-by: Yiorgis Gozadinos <yiorgis@n8n.io>
Co-authored-by: JP van Oosten <jp@n8n.io>
This commit is contained in:
Eugene
2025-05-22 12:55:31 +02:00
committed by GitHub
parent 07d526e9d6
commit 8152f8c6a7
42 changed files with 512 additions and 3327 deletions

View File

@@ -89,7 +89,7 @@ const runSummaries = computed(() => {
class="mr-2xs"
/>
<template v-if="row.status === 'error'">
{{ row.failedCases }} {{ row.status }}
{{ row.status }}
</template>
<template v-else>
{{ row.status }}