mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 01:17:12 +00:00
@@ -24,17 +24,19 @@ defineProps<{
|
||||
trigger="hover"
|
||||
>
|
||||
<template #title>
|
||||
{{ isSqlView ? $t('tooltip.schemaChangeDisabledFormSqlView') : $t('tooltip.schemaChangeDisabled') }} <br />
|
||||
{{ message }}
|
||||
<br v-if="message" />
|
||||
<a
|
||||
v-if="!isSqlView"
|
||||
class="!text-current"
|
||||
href="https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source#configuring-permissions"
|
||||
target="_blank"
|
||||
>
|
||||
Learn more
|
||||
</a>
|
||||
<slot name="title">
|
||||
{{ isSqlView ? $t('tooltip.schemaChangeDisabledFormSqlView') : $t('tooltip.schemaChangeDisabled') }} <br />
|
||||
{{ message }}
|
||||
<br v-if="message" />
|
||||
<a
|
||||
v-if="!isSqlView"
|
||||
class="!text-current"
|
||||
href="https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source#configuring-permissions"
|
||||
target="_blank"
|
||||
>
|
||||
Learn more
|
||||
</a>
|
||||
</slot>
|
||||
</template>
|
||||
<slot />
|
||||
</NcTooltip>
|
||||
|
||||
Reference in New Issue
Block a user