mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
⚡ Add missing method call
This commit is contained in:
parent
b1a629ead0
commit
f0bc2eb86e
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue