parent
3108d521a5
commit
703843a9c2
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
<div class="absolute inset-0 flex flex-col items-center justify-center">
|
||||
<div class="text-2xl md:text-3xl font-semibold leading-none tracking-tight">
|
||||
{{ $diskCenterText['percent'] }}
|
||||
{{ $diskCenterText['percent'] }} <small class="text-sm text-white/60 font-light ">/ {{ is_numeric($diskTotalGb) ? $diskTotalGb.' GB' : '–' }}</small>
|
||||
</div>
|
||||
<div class="text-[10px] md:text-[11px] text-white/60 mt-1 uppercase tracking-wide">
|
||||
{{ $diskCenterText['label'] }}
|
||||
|
|
@ -28,7 +28,11 @@
|
|||
|
||||
{{-- @if($measuredAt)--}}
|
||||
{{-- <div class="absolute bottom-12 mt-2 text-[10px] text-white/45 text-center">--}}
|
||||
{{-- zuletzt aktualisiert:<br>{{ \Carbon\Carbon::parse($measuredAt)->diffForHumans() }}--}}
|
||||
{{-- <dd class="font-medium tabular-nums text-[10px] md:text-[11px]">Gesamt</dd>--}}
|
||||
{{-- <dd class="font-medium tabular-nums text-[10px] md:text-[11px]">{{ is_numeric($diskTotalGb) ? $diskTotalGb.' GB' : '–' }}</dd>--}}
|
||||
|
||||
{{-- --}}{{----}}
|
||||
{{-- zuletzt aktualisiert:<br>{{ \Carbon\Carbon::parse($measuredAt)->diffForHumans() }}--}}
|
||||
{{-- </div>--}}
|
||||
{{-- @endif--}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue