Fix: Mailbox Stats über Dovecot mit config/mailpool.php

main v1.0.78
boban 2025-10-28 19:05:01 +01:00
parent dd645aed68
commit 4197b61905
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class StorageCard extends Component
$out = [];
foreach ($defs as $d) {
$val = max(0, (int)($bdBytes[$d['key']] ?? 0));
if ($val < $this->legendMinBytes) continue; // zu klein → nicht anzeigen
if ($val <= 0) continue; // zu klein → nicht anzeigen
$out[] = [
'label' => $d['label'],
'color' => $d['class'],