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:
@@ -352,6 +352,7 @@ function activatePane() {
|
||||
|
||||
<template>
|
||||
<RunData
|
||||
:class="$style.runData"
|
||||
:node="currentNode"
|
||||
:nodes="isMappingMode ? rootNodesParents : parentNodes"
|
||||
:workflow="workflow"
|
||||
@@ -521,6 +522,10 @@ function activatePane() {
|
||||
</template>
|
||||
|
||||
<style lang="scss" module>
|
||||
.runData {
|
||||
background-color: var(--color-run-data-background);
|
||||
}
|
||||
|
||||
.mappedNode {
|
||||
padding: 0 var(--spacing-s) var(--spacing-s);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user