From facf4bf8444f325a6f59f9f33cca896d461ade0d Mon Sep 17 00:00:00 2001 From: boban Date: Sat, 25 Oct 2025 13:59:34 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Mailbox=20Stats=20=C3=BCber=20Dovecot=20?= =?UTF-8?q?mit=20config/mailpool.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../livewire/ui/system/update-card.blade.php | 53 ++++++++++++------- 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/resources/views/livewire/ui/system/update-card.blade.php b/resources/views/livewire/ui/system/update-card.blade.php index b53c42d..e84d8f1 100644 --- a/resources/views/livewire/ui/system/update-card.blade.php +++ b/resources/views/livewire/ui/system/update-card.blade.php @@ -145,28 +145,41 @@ - {{-- Badge rechts --}} - - - {{ $this->hasUpdate ? 'Update verfügbar' : 'Aktuell' }} - +
+ + + {{ $this->hasUpdate ? 'Update verfügbar' : 'Aktuell' }} + + @if(!$this->hasUpdate) + + @endif +
+ -
- @if($this->hasUpdate) - - @endif -
+{{--
--}} +{{-- @if($this->hasUpdate)--}} +{{-- --}} +{{-- @endif--}} +{{--
--}} {{-- Fortschritt nur während running --}} @if($state === 'running')