-
Notifications
You must be signed in to change notification settings - Fork 28.3k
feat(editor): Rollout improved log view #15202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,6 +141,7 @@ watch( | |
type="secondary" | ||
icon="trash" | ||
icon-size="medium" | ||
data-test-id="clear-execution-data-button" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this intentionally have the same data-test-id as There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, we only show either of the two (and we'll remove the other one eventually when we'll clean up the feature flag) |
||
:class="$style.clearButton" | ||
@click.stop="emit('clearExecutionData')" | ||
>{{ locale.baseText('logs.overview.header.actions.clearExecution') }}</N8nButton | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enabling a feature marked as 'temporary' by default without updating its documentation