diff --git a/packages/frontend/src/views/DashboardView.vue b/packages/frontend/src/views/DashboardView.vue index 6db4fd8..fd117c1 100644 --- a/packages/frontend/src/views/DashboardView.vue +++ b/packages/frontend/src/views/DashboardView.vue @@ -248,7 +248,7 @@ const getTagNames = (tagIds: number[] | undefined): string[] => {
-

{{ t('dashboard.connectionList', '连接列表') }}

+

{{ t('dashboard.connectionList', '连接列表') }} ({{ filteredAndSortedConnections.length }})