mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): block UI in NDV when workflow is listening to events (#4390)
* feature: block UI in NDV when workflow is listening to events * feature: hide stop listening button in parameters pane and show stop listening button in input pane for webhook * feature: create block UI design system component * fix: add back accidentally removed prop * fix(editor): extend node settings event listener button functionality * refactor(editor): using composition API in BlockUi component
This commit is contained in:
@@ -28,6 +28,12 @@
|
||||
:copy-button-text="$locale.baseText('generic.clickToCopy')"
|
||||
@copy="onTestLinkCopied"
|
||||
></CopyInput>
|
||||
<NodeExecuteButton
|
||||
:nodeName="nodeName"
|
||||
@execute="onNodeExecute"
|
||||
size="medium"
|
||||
telemetrySource="inputs"
|
||||
/>
|
||||
</div>
|
||||
<div v-else>
|
||||
<n8n-text tag="div" size="large" color="text-dark" class="mb-2xs" bold>{{
|
||||
@@ -60,7 +66,6 @@
|
||||
</div>
|
||||
|
||||
<NodeExecuteButton
|
||||
v-if="!isActivelyPolling"
|
||||
:nodeName="nodeName"
|
||||
@execute="onNodeExecute"
|
||||
size="medium"
|
||||
|
||||
Reference in New Issue
Block a user