mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 03:36:52 +00:00
@@ -1,4 +1,6 @@
|
||||
<script lang="ts" setup>
|
||||
const { appInfo } = useGlobal()
|
||||
|
||||
const { activeIntegration, categories, activeCategory } = useIntegrationStore()
|
||||
|
||||
const { copy } = useCopy()
|
||||
@@ -43,14 +45,17 @@ const onInputFocus = () => {
|
||||
<template>
|
||||
<div ref="panelsRef" class="panels">
|
||||
<WorkspaceIntegrationsPanel title="Integration Details" icon="info">
|
||||
<template #header-info>
|
||||
<template v-if="appInfo.isCloud && !appInfo.isOnPrem" #header-info>
|
||||
<div
|
||||
class="text-gray-500 !text-xs font-weight-normal flex items-center gap-2 cursor-pointer flex items-center"
|
||||
class="text-nc-content-gray-muted !text-xs font-weight-normal flex items-center gap-2 cursor-pointer flex items-center"
|
||||
@click="copyIp"
|
||||
>
|
||||
<GeneralIcon icon="info" class="text-primary" />
|
||||
Whitelist our ip: 52.15.226.51 to allow database access
|
||||
<GeneralIcon icon="duplicate" class="text-gray-800 w-5 h-5 p-1 border-1 rounded-md border-gray-200" />
|
||||
<GeneralIcon
|
||||
icon="duplicate"
|
||||
class="text-nc-content-gray w-5 h-5 p-1 border-1 rounded-md border-nc-border-gray-medium"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
<div>
|
||||
@@ -135,7 +140,7 @@ const onInputFocus = () => {
|
||||
@apply w-3/4 flex flex-col;
|
||||
|
||||
.panel {
|
||||
@apply border-1 border-gray-200 px-4 py-4 rounded-lg mb-4;
|
||||
@apply border-1 border-nc-border-gray-medium px-4 py-4 rounded-lg mb-4;
|
||||
|
||||
.panel-label {
|
||||
@apply text-md font-weight-bold;
|
||||
|
||||
Reference in New Issue
Block a user