mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(editor): "Executing" state in the output panel (#15470)
This commit is contained in:
@@ -402,7 +402,9 @@ const 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="waitingNodeTooltip(node)"></N8nText>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user