mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Add missing method call
This commit is contained in:
parent
b1a629ead0
commit
f0bc2eb86e
|
@ -77,6 +77,9 @@
|
||||||
|
|
||||||
<n8n-tooltip placement="top" >
|
<n8n-tooltip placement="top" >
|
||||||
<div slot="content" v-html="statusTooltipText(scope.row)"></div>
|
<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">
|
<span class="status-badge running" v-if="scope.row.stoppedAt === undefined">
|
||||||
{{ $locale.baseText('executionsList.running') }}
|
{{ $locale.baseText('executionsList.running') }}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue