From 520617d9b3bfe3a2ce1aa4bb479a4b38555092c7 Mon Sep 17 00:00:00 2001 From: boban Date: Sun, 26 Oct 2025 20:59:59 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20Mailbox=20Stats=20=C3=BCber=20Dovecot=20?= =?UTF-8?q?mit=20config/mailpool.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Livewire/Ui/System/ServicesCard.php | 2 +- app/Livewire/Ui/System/UpdateCard.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Livewire/Ui/System/ServicesCard.php b/app/Livewire/Ui/System/ServicesCard.php index 7925852..faed373 100644 --- a/app/Livewire/Ui/System/ServicesCard.php +++ b/app/Livewire/Ui/System/ServicesCard.php @@ -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 diff --git a/app/Livewire/Ui/System/UpdateCard.php b/app/Livewire/Ui/System/UpdateCard.php index 29bd70b..6db404f 100644 --- a/app/Livewire/Ui/System/UpdateCard.php +++ b/app/Livewire/Ui/System/UpdateCard.php @@ -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',