mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-14 08:34:07 -08:00
self review 2
This commit is contained in:
parent
d5a6e6c3c2
commit
4dd7e952aa
|
@ -384,7 +384,7 @@ const shouldShowWarning = computed(() => {
|
||||||
<RunDataAi :node="node" :run-index="runIndex" :workflow="workflow" />
|
<RunDataAi :node="node" :run-index="runIndex" :workflow="workflow" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-if="shouldShowWarning" #table-user-info>
|
<template v-if="shouldShowWarning" #panel-callout-info>
|
||||||
<div :class="$style.noToolsUsedAlert" data-test-id="no-tools-used-callout">
|
<div :class="$style.noToolsUsedAlert" data-test-id="no-tools-used-callout">
|
||||||
<N8nCallout theme="secondary">
|
<N8nCallout theme="secondary">
|
||||||
{{ i18n.baseText('ndv.output.noToolUsedInfo') }}
|
{{ i18n.baseText('ndv.output.noToolUsedInfo') }}
|
||||||
|
|
|
@ -1357,7 +1357,7 @@ defineExpose({ enterEditMode });
|
||||||
</N8nCallout>
|
</N8nCallout>
|
||||||
|
|
||||||
<div v-if="hasNodeRun">
|
<div v-if="hasNodeRun">
|
||||||
<slot name="table-user-info"></slot>
|
<slot name="panel-callout-info"></slot>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
v-if="maxOutputIndex > 0 && branches.length > 1 && !displaysMultipleNodes"
|
v-if="maxOutputIndex > 0 && branches.length > 1 && !displaysMultipleNodes"
|
||||||
|
|
Loading…
Reference in a new issue