chore: sync

Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
mertmit
2026-01-08 18:29:44 +03:00
parent f07a8da6ea
commit 69a29568c7
1221 changed files with 70034 additions and 16199 deletions

View File

@@ -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;