mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
feat(editor): Don't show Sub-Workflow id for RunDataAi 'View Execution' link (no-changelog) (#12578)
This commit is contained in:
@@ -148,13 +148,7 @@ const outputError = computed(() => {
|
||||
@click.stop="trackOpeningRelatedExecution(runMeta, 'ai')"
|
||||
>
|
||||
<N8nIcon icon="external-link-alt" size="xsmall" />
|
||||
{{
|
||||
i18n.baseText('runData.openSubExecutionWithId', {
|
||||
interpolate: {
|
||||
id: runMeta.subExecution?.executionId,
|
||||
},
|
||||
})
|
||||
}}
|
||||
{{ i18n.baseText('runData.openSubExecutionSingle') }}
|
||||
</a>
|
||||
</li>
|
||||
<li v-if="(consumedTokensSum?.totalTokens ?? 0) > 0" :class="$style.tokensUsage">
|
||||
|
||||
Reference in New Issue
Block a user