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',