mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
feat(editor): Don't show Sub-Workflow id for RunDataAi 'View Execution' link (no-changelog) (#12578)
This commit is contained in:
parent
c8e3c5399e
commit
89f93fd20a
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue