mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 04:06:47 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -267,7 +267,11 @@ onKeyStroke('ArrowDown', onDown)
|
||||
<div class="text-sm font-normal text-gray-600">
|
||||
<div>
|
||||
{{ $t('msg.manageConnections') }}
|
||||
<a target="_blank" href="https://nocodb.com/docs/product-docs/integrations/actions-on-connection" rel="noopener noreferrer">
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://nocodb.com/docs/product-docs/integrations/actions-on-connection"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
{{ $t('msg.learnMore') }}
|
||||
</a>
|
||||
</div>
|
||||
@@ -746,7 +750,11 @@ onKeyStroke('ArrowDown', onDown)
|
||||
{{ successConfirmModal.description }}
|
||||
</div>
|
||||
|
||||
<a target="_blank" href="https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source" rel="noopener noreferrer">
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Learn more
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user