parent
d6f0c5d7cb
commit
520617d9b3
|
|
@ -113,7 +113,7 @@ class ServicesCard extends Component
|
||||||
: 'text-rose-300 border-rose-400/30 bg-rose-500/10',
|
: 'text-rose-300 border-rose-400/30 bg-rose-500/10',
|
||||||
])->all();
|
])->all();
|
||||||
}
|
}
|
||||||
|
|
||||||
// public function load(): void
|
// public function load(): void
|
||||||
// {
|
// {
|
||||||
// // 1) Karten aus Config laden
|
// // 1) Karten aus Config laden
|
||||||
|
|
|
||||||
|
|
@ -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