Fixed #18956 - hide well if no matching graphs are present

This commit is contained in:
snipe
2026-05-04 12:20:25 +01:00
parent 8d1f4427ae
commit f57d2608c5
+1 -1
View File
@@ -240,7 +240,7 @@
@endif
@if($asset->purchase_date || $asset->asset_eol_date || $asset->depreciated_date() || $asset->warranty_expires)
@if(($asset->purchase_date && $asset->asset_eol_date) || $asset->depreciated_date() || $asset->warranty_expires)
<x-well class="well-sm">
@if($asset->purchase_date && $asset->asset_eol_date)
<x-progressbar use_well="false" columns="12" text="{{ trans('general.device_eol') }}" :percent="$asset->eolProgressPercent()">