mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(editor): Styling/UX improvements on the new logs view (#14789)
This commit is contained in:
@@ -13,55 +13,60 @@ exports[`InputPanel > should render 1`] = `
|
||||
class="header"
|
||||
data-v-2e5cd75c=""
|
||||
>
|
||||
|
||||
<div
|
||||
class="titleSection"
|
||||
class="title"
|
||||
data-v-2e5cd75c=""
|
||||
>
|
||||
<span
|
||||
class="title"
|
||||
>
|
||||
Input
|
||||
</span>
|
||||
|
||||
<div
|
||||
class="n8n-radio-buttons radioGroup"
|
||||
data-test-id="input-panel-mode"
|
||||
role="radiogroup"
|
||||
class="titleSection"
|
||||
>
|
||||
|
||||
<label
|
||||
aria-checked="true"
|
||||
class="n8n-radio-button container hoverable"
|
||||
role="radio"
|
||||
tabindex="-1"
|
||||
<span
|
||||
class="title"
|
||||
>
|
||||
<div
|
||||
class="button active medium"
|
||||
data-test-id="radio-button-mapping"
|
||||
>
|
||||
|
||||
Mapping
|
||||
|
||||
</div>
|
||||
</label>
|
||||
<label
|
||||
aria-checked="false"
|
||||
class="n8n-radio-button container hoverable"
|
||||
role="radio"
|
||||
tabindex="-1"
|
||||
Input
|
||||
</span>
|
||||
<div
|
||||
class="n8n-radio-buttons radioGroup"
|
||||
data-test-id="input-panel-mode"
|
||||
role="radiogroup"
|
||||
>
|
||||
<div
|
||||
class="button medium"
|
||||
data-test-id="radio-button-debugging"
|
||||
|
||||
<label
|
||||
aria-checked="true"
|
||||
class="n8n-radio-button container hoverable"
|
||||
role="radio"
|
||||
tabindex="-1"
|
||||
>
|
||||
|
||||
Debugging
|
||||
|
||||
</div>
|
||||
</label>
|
||||
|
||||
<div
|
||||
class="button active medium"
|
||||
data-test-id="radio-button-mapping"
|
||||
>
|
||||
|
||||
Mapping
|
||||
|
||||
</div>
|
||||
</label>
|
||||
<label
|
||||
aria-checked="false"
|
||||
class="n8n-radio-button container hoverable"
|
||||
role="radio"
|
||||
tabindex="-1"
|
||||
>
|
||||
<div
|
||||
class="button medium"
|
||||
data-test-id="radio-button-debugging"
|
||||
>
|
||||
|
||||
Debugging
|
||||
|
||||
</div>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="displayModes"
|
||||
data-test-id="run-data-pane-header"
|
||||
|
||||
Reference in New Issue
Block a user