|
|
|
@ -252,7 +252,8 @@ onBeforeUnmount(() => {
|
|
|
|
|
href="https://docs.nocodb.com/setup-and-usages/import-airtable-to-sql-database-within-a-minute-for-free/#get-airtable-credentials" |
|
|
|
|
class="prose-sm underline text-grey text-xs" |
|
|
|
|
target="_blank" |
|
|
|
|
>{{ $t('msg.info.airtable.credentials') }} |
|
|
|
|
> |
|
|
|
|
{{ $t('msg.info.airtable.credentials') }} |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
@ -287,29 +288,29 @@ onBeforeUnmount(() => {
|
|
|
|
|
|
|
|
|
|
<!-- Import Secondary Views --> |
|
|
|
|
<div class="my-2"> |
|
|
|
|
<a-checkbox v-model:checked="syncSource.details.options.syncViews" |
|
|
|
|
>{{ $t('labels.importSecondaryViews') }} |
|
|
|
|
<a-checkbox v-model:checked="syncSource.details.options.syncViews"> |
|
|
|
|
{{ $t('labels.importSecondaryViews') }} |
|
|
|
|
</a-checkbox> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- Import Rollup Columns --> |
|
|
|
|
<div class="my-2"> |
|
|
|
|
<a-checkbox v-model:checked="syncSource.details.options.syncRollup" |
|
|
|
|
>{{ $t('labels.importRollupColumns') }} |
|
|
|
|
<a-checkbox v-model:checked="syncSource.details.options.syncRollup"> |
|
|
|
|
{{ $t('labels.importRollupColumns') }} |
|
|
|
|
</a-checkbox> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- Import Lookup Columns --> |
|
|
|
|
<div class="my-2"> |
|
|
|
|
<a-checkbox v-model:checked="syncSource.details.options.syncLookup" |
|
|
|
|
>{{ $t('labels.importLookupColumns') }} |
|
|
|
|
<a-checkbox v-model:checked="syncSource.details.options.syncLookup"> |
|
|
|
|
{{ $t('labels.importLookupColumns') }} |
|
|
|
|
</a-checkbox> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<!-- Import Attachment Columns --> |
|
|
|
|
<div class="my-2"> |
|
|
|
|
<a-checkbox v-model:checked="syncSource.details.options.syncAttachment" |
|
|
|
|
>{{ $t('labels.importAttachmentColumns') }} |
|
|
|
|
<a-checkbox v-model:checked="syncSource.details.options.syncAttachment"> |
|
|
|
|
{{ $t('labels.importAttachmentColumns') }} |
|
|
|
|
</a-checkbox> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
@ -318,8 +319,8 @@ onBeforeUnmount(() => {
|
|
|
|
|
<template #title> |
|
|
|
|
<span>Coming Soon!</span> |
|
|
|
|
</template> |
|
|
|
|
<a-checkbox v-model:checked="syncSource.details.options.syncFormula" disabled |
|
|
|
|
>{{ $t('labels.importFormulaColumns') }} |
|
|
|
|
<a-checkbox v-model:checked="syncSource.details.options.syncFormula" disabled> |
|
|
|
|
{{ $t('labels.importFormulaColumns') }} |
|
|
|
|
</a-checkbox> |
|
|
|
|
</a-tooltip> |
|
|
|
|
</a-form> |
|
|
|
@ -328,8 +329,8 @@ onBeforeUnmount(() => {
|
|
|
|
|
|
|
|
|
|
<!-- Questions / Help - Reach out here --> |
|
|
|
|
<div> |
|
|
|
|
<a href="https://github.com/nocodb/nocodb/issues/2052" target="_blank" |
|
|
|
|
>{{ $t('general.questions') }} / {{ $t('general.help') }} - {{ $t('general.reachOut') }}</a |
|
|
|
|
<a href="https://github.com/nocodb/nocodb/issues/2052" target="_blank"> |
|
|
|
|
{{ $t('general.questions') }} / {{ $t('general.help') }} - {{ $t('general.reachOut') }}</a |
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
<br /> |
|
|
|
@ -338,8 +339,8 @@ onBeforeUnmount(() => {
|
|
|
|
|
{{ $t('general.betaNote') }} |
|
|
|
|
<a class="prose-sm" href="https://github.com/nocodb/nocodb/discussions/2122" target="_blank">{{ |
|
|
|
|
$t('general.moreInfo') |
|
|
|
|
}}</a |
|
|
|
|
>. |
|
|
|
|
}}</a> |
|
|
|
|
. |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|