mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 04:06:47 +00:00
Nc fix/integration minor changes (#9184)
* fix(nc-gui): reduce font weight of connection name col cell * fix(nc-gui): show spinner in edit source modal while loading integration * fix(nc-gui): show loading spinner in create source, create/edit connection modal * fix(nc-gui): monor changes * chore(nc-gui): lint * fix(nc-gui): remove extra integration pagemode check condition * fix(nc-gui): update ds test case * feat(nc-gui): add AI integration category * fix: move syncDataType and IntegrationCategoryType enum to noco-sdk * fix(nc-gui): cleanup unused code * fix(nc-gui): integration list modal open issue from create source modal * chore(nc-gui): lint * fix(nc-gui): prevent unnecessarily load integration api calls * fix(nc-gui): handle reset integration data on base change * fix(nc-gui): add missing sync pr changes
This commit is contained in:
@@ -399,7 +399,7 @@ onKeyStroke('ArrowDown', onDown)
|
||||
</td>
|
||||
<td class="cell-type">
|
||||
<div>
|
||||
<NcBadge rounded="lg" class="flex items-center gap-2 px-2 py-1 !h-7 truncate !border-transparent">
|
||||
<NcBadge rounded="lg" class="flex items-center gap-2 px-0 py-1 !h-7 truncate !border-transparent">
|
||||
<WorkspaceIntegrationsIcon
|
||||
v-if="integration.sub_type"
|
||||
:integration-type="integration.sub_type"
|
||||
@@ -687,7 +687,7 @@ onKeyStroke('ArrowDown', onDown)
|
||||
</div>
|
||||
|
||||
<!-- Todo: add link -->
|
||||
<a target="_blank" rel="noopener noreferrer"> Learn more </a>
|
||||
<a target="_blank" href="https://docs.nocodb.com/data-sources/connect-to-data-source/" rel="noopener noreferrer"> Learn more </a>
|
||||
</div>
|
||||
</div>
|
||||
</NcModal>
|
||||
|
||||
Reference in New Issue
Block a user