mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
fix: design
This commit is contained in:
parent
9f5669396f
commit
cf5125ed75
|
@ -137,9 +137,10 @@ const outputError = computed(() => {
|
|||
</n8n-tooltip>
|
||||
</li>
|
||||
<li v-if="runMeta?.executionId">
|
||||
<a @click="openExecutionInNewTab(runMeta?.executionId)"
|
||||
>EXECUTION ID {{ runMeta?.executionId }}</a
|
||||
>
|
||||
<a @click.stop="openExecutionInNewTab(runMeta?.executionId)">
|
||||
<N8nIcon icon="external-link-alt" size="xsmall" />
|
||||
{{ $locale.baseText('runData.openSubExecution') }}
|
||||
</a>
|
||||
</li>
|
||||
<li v-if="(consumedTokensSum?.totalTokens ?? 0) > 0" :class="$style.tokensUsage">
|
||||
{{
|
||||
|
|
Loading…
Reference in a new issue