mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 11:26:59 +00:00
fix: add divider between active connections and categories, fix badge styling
This commit is contained in:
@@ -126,7 +126,7 @@ const handleEdit = (integration: IntegrationType) => {
|
||||
<h3 class="text-base font-semibold text-nc-content-gray mb-0">
|
||||
{{ t('general.activeConnections') }}
|
||||
</h3>
|
||||
<NcBadge v-if="filteredTotalCount" :border="false" class="bg-nc-bg-gray-extralight text-nc-content-gray-subtle2 text-xs">
|
||||
<NcBadge v-if="filteredTotalCount" :border="false" class="bg-nc-bg-brand-inverted text-nc-content-gray-subtle2 text-xs min-w-5 !h-5 flex justify-center">
|
||||
{{ filteredTotalCount }}
|
||||
</NcBadge>
|
||||
</div>
|
||||
|
||||
@@ -409,6 +409,7 @@ watch(activeViewTab, (value) => {
|
||||
:total-count="integrationPaginationData.totalRows || 0"
|
||||
@view-all="emits('view-all-connections')"
|
||||
/>
|
||||
<NcDivider v-if="showActiveConnections && !isModal && integrations.length" />
|
||||
|
||||
<template v-for="(category, key) in integrationsMapByCategory">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user