parent
d6f0c5d7cb
commit
520617d9b3
|
|
@ -117,7 +117,7 @@ class UpdateCard extends Component
|
||||||
$this->postActionsDone = true;
|
$this->postActionsDone = true;
|
||||||
|
|
||||||
$ver = $this->displayCurrent ?? 'aktuelle Version';
|
$ver = $this->displayCurrent ?? 'aktuelle Version';
|
||||||
$this->progressLine = '';
|
$this->progressLine = 'Update abgeschlossen: ' . $ver;
|
||||||
$this->dispatch('reload-page', delay: 5000);
|
$this->dispatch('reload-page', delay: 5000);
|
||||||
$this->dispatch('toast',
|
$this->dispatch('toast',
|
||||||
type: 'success',
|
type: 'success',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue