parent
facf4bf844
commit
b8013d198b
|
|
@ -153,7 +153,7 @@
|
||||||
<i class="ph {{ $this->hasUpdate ? 'ph-arrow-fat-line-up' : 'ph-check-circle' }} text-[12px]"></i>
|
<i class="ph {{ $this->hasUpdate ? 'ph-arrow-fat-line-up' : 'ph-check-circle' }} text-[12px]"></i>
|
||||||
{{ $this->hasUpdate ? 'Update verfügbar' : 'Aktuell' }}
|
{{ $this->hasUpdate ? 'Update verfügbar' : 'Aktuell' }}
|
||||||
</span>
|
</span>
|
||||||
@if(!$this->hasUpdate)
|
@if($this->hasUpdate)
|
||||||
<button wire:click="runUpdate"
|
<button wire:click="runUpdate"
|
||||||
@disabled($state==='running')
|
@disabled($state==='running')
|
||||||
class="inline-flex items-center gap-1.5 rounded-full text-[11px] px-3 py-1 w-fit
|
class="inline-flex items-center gap-1.5 rounded-full text-[11px] px-3 py-1 w-fit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue