feat(editor): "Executing" state in the output panel (#15470)

This commit is contained in:
Suguru Inoue
2025-05-19 17:21:39 +02:00
committed by GitHub
parent 8fd0738191
commit 7e3bcd3895
12 changed files with 99 additions and 30 deletions

View File

@@ -507,7 +507,9 @@ function activatePane() {
</template>
<template #node-waiting>
<N8nText :bold="true" color="text-dark" size="large">Waiting for input</N8nText>
<N8nText :bold="true" color="text-dark" size="large">
{{ i18n.baseText('ndv.output.waitNodeWaiting.title') }}
</N8nText>
<N8nText v-n8n-html="waitingMessage"></N8nText>
</template>