fix: add divider between active connections and categories, fix badge styling

This commit is contained in:
Ramesh Mane
2026-04-10 09:37:38 +00:00
parent 36e0a5f233
commit 9a71ec001c
2 changed files with 2 additions and 1 deletions

View File

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

View File

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