update dashboard desc

This commit is contained in:
rustmailer
2026-03-27 14:41:09 +08:00
parent 01182dc90d
commit c123ecb24a
20 changed files with 40 additions and 40 deletions
+2 -2
View File
@@ -250,12 +250,12 @@ export default function MailArchiveDashboard() {
<Card>
<CardHeader className="flex flex-row items-center justify-between space-y-0 pb-2">
<CardTitle className="text-sm font-medium">{t('dashboard.indexSize')}</CardTitle>
<CardTitle className="text-sm font-medium">{t('dashboard.metadataSize')}</CardTitle>
<Database className="h-4 w-4 text-muted-foreground" />
</CardHeader>
<CardContent>
<div className="text-2xl font-bold">{formatBytes(stats!.index_usage_bytes)}</div>
<p className="text-xs text-muted-foreground">{t('dashboard.tantivyIndex')}</p>
<p className="text-xs text-muted-foreground">{t('dashboard.duckdbDatabase')}</p>
</CardContent>
</Card>
<Card>