Add missing method call

This commit is contained in:
Iván Ovejero 2021-12-20 15:30:27 +01:00
parent b1a629ead0
commit f0bc2eb86e

View file

@ -77,6 +77,9 @@
<n8n-tooltip placement="top" >
<div slot="content" v-html="statusTooltipText(scope.row)"></div>
<span class="status-badge running" v-if="scope.row.waitTill">
{{ $locale.baseText('executionsList.waiting') }}
</span>
<span class="status-badge running" v-if="scope.row.stoppedAt === undefined">
{{ $locale.baseText('executionsList.running') }}
</span>