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