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

main v1.0.41
boban 2025-10-26 15:12:41 +01:00
parent 16f3db7dcc
commit b8caf3506a
1 changed files with 3 additions and 0 deletions

View File

@ -110,6 +110,8 @@ class UpdateCard extends Component
$this->postActionsDone = true;
$ver = $this->displayCurrent ?? 'aktuelle Version';
$this->progressLine = '';
$this->dispatch('reload-page', delay: 5000);
$this->dispatch('toast',
type: 'success',
title: 'Update erfolgreich',
@ -294,6 +296,7 @@ class UpdateCard extends Component
return Str::limit($last, 120);
}
}
//namespace App\Livewire\Ui\System;
//
//use Illuminate\Support\Facades\Artisan;