mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
fix(editor): Fix connection lost hover text not showing (#5828)
🐛 Fix connection lost hover text not showing
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<span>
|
<span>
|
||||||
<div class="push-connection-lost primary-color" v-if="!rootStore.pushConnectionActive">
|
<div class="push-connection-lost primary-color" v-if="!rootStore.pushConnectionActive">
|
||||||
<n8n-tooltip placement="bottom-end">
|
<n8n-tooltip placement="bottom-end">
|
||||||
<template #current>
|
<template #content>
|
||||||
<div v-html="$locale.baseText('pushConnectionTracker.cannotConnectToServer')"></div>
|
<div v-html="$locale.baseText('pushConnectionTracker.cannotConnectToServer')"></div>
|
||||||
</template>
|
</template>
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
Reference in New Issue
Block a user