mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32: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')"
|
@click.stop="trackOpeningRelatedExecution(runMeta, 'ai')"
|
||||||
>
|
>
|
||||||
<N8nIcon icon="external-link-alt" size="xsmall" />
|
<N8nIcon icon="external-link-alt" size="xsmall" />
|
||||||
{{
|
{{ i18n.baseText('runData.openSubExecutionSingle') }}
|
||||||
i18n.baseText('runData.openSubExecutionWithId', {
|
|
||||||
interpolate: {
|
|
||||||
id: runMeta.subExecution?.executionId,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
}}
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li v-if="(consumedTokensSum?.totalTokens ?? 0) > 0" :class="$style.tokensUsage">
|
<li v-if="(consumedTokensSum?.totalTokens ?? 0) > 0" :class="$style.tokensUsage">
|
||||||
|
|||||||
Reference in New Issue
Block a user