mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
⚡ Adjust all calls
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<n8n-tooltip class="primary-color" placement="bottom-end" >
|
||||
<div slot="content">
|
||||
<span v-html="$baseText('executionDetails.readOnly.youreViewingTheLogOf')"></span>
|
||||
<span v-html="$i18n2.baseText('executionDetails.readOnly.youreViewingTheLogOf')"></span>
|
||||
</div>
|
||||
<div>
|
||||
<font-awesome-icon icon="exclamation-triangle" />
|
||||
<span v-html="$baseText('executionDetails.readOnly.readOnly')"></span>
|
||||
<span v-html="$i18n2.baseText('executionDetails.readOnly.readOnly')"></span>
|
||||
</div>
|
||||
</n8n-tooltip>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user