feat(editor): Rollout improved log view (2nd attempt) (#15382)

This commit is contained in:
Suguru Inoue
2025-05-14 11:51:02 +02:00
committed by GitHub
parent 249b7f8556
commit 4657e348f4
7 changed files with 27 additions and 28 deletions

View File

@@ -172,6 +172,7 @@ watch(
type="secondary"
icon="trash"
icon-size="medium"
data-test-id="clear-execution-data-button"
:class="$style.clearButton"
@click.stop="emit('clearExecutionData')"
>{{ locale.baseText('logs.overview.header.actions.clearExecution') }}</N8nButton