mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(editor): Log details panel (#14409)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
@@ -323,6 +323,7 @@ const activatePane = () => {
|
||||
<template>
|
||||
<RunData
|
||||
ref="runDataRef"
|
||||
:class="$style.runData"
|
||||
:node="node"
|
||||
:workflow="workflow"
|
||||
:run-index="runIndex"
|
||||
@@ -440,6 +441,9 @@ const activatePane = () => {
|
||||
:global([data-output-type='logs'] [class*='displayModes']) {
|
||||
display: none;
|
||||
}
|
||||
.runData {
|
||||
background-color: var(--color-run-data-background);
|
||||
}
|
||||
.outputTypeSelect {
|
||||
margin-bottom: var(--spacing-4xs);
|
||||
width: fit-content;
|
||||
|
||||
Reference in New Issue
Block a user