parent
c84843a4a1
commit
47d78c9c81
|
|
@ -224,7 +224,7 @@ class UpdateCard extends Component
|
||||||
$this->state = 'idle';
|
$this->state = 'idle';
|
||||||
Cache::forget('mailwolt.update_available'); // Legacy-Key
|
Cache::forget('mailwolt.update_available'); // Legacy-Key
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function refreshLowLevelState(): void
|
protected function refreshLowLevelState(): void
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,6 @@
|
||||||
<div class="min-w-0">
|
<div class="min-w-0">
|
||||||
<div class="text-white/90 font-semibold">{{ config('app.name') }} Update</div>
|
<div class="text-white/90 font-semibold">{{ config('app.name') }} Update</div>
|
||||||
|
|
||||||
{{-- Versionszeile --}}
|
|
||||||
<div class="text-xs text-white/70">
|
<div class="text-xs text-white/70">
|
||||||
@if($displayCurrent)
|
@if($displayCurrent)
|
||||||
aktuell: <span class="text-white/90">{{ $displayCurrent }}</span>
|
aktuell: <span class="text-white/90">{{ $displayCurrent }}</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue