parent
16f3db7dcc
commit
b8caf3506a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue