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

main v1.0.66
boban 2025-10-26 20:59:59 +01:00
parent d6f0c5d7cb
commit 520617d9b3
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ class ServicesCard extends Component
: 'text-rose-300 border-rose-400/30 bg-rose-500/10',
])->all();
}
// public function load(): void
// {
// // 1) Karten aus Config laden

View File

@ -117,7 +117,7 @@ class UpdateCard extends Component
$this->postActionsDone = true;
$ver = $this->displayCurrent ?? 'aktuelle Version';
$this->progressLine = '';
$this->progressLine = 'Update abgeschlossen: ' . $ver;
$this->dispatch('reload-page', delay: 5000);
$this->dispatch('toast',
type: 'success',