Fixed #18956 - hide well if no matching graphs are present
This commit is contained in:
@@ -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()">
|
||||
|
||||
Reference in New Issue
Block a user