mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-24 04:03:34 -08:00
rm additional row
This commit is contained in:
parent
3a63bcab73
commit
ccf3fe40ec
|
@ -656,7 +656,7 @@
|
|||
@else
|
||||
{{ trans('general.na_no_purchase_date') }}
|
||||
@endif
|
||||
{{--@if ($asset->eol_explicit)
|
||||
@if ($asset->eol_explicit)
|
||||
<i class="fas fa-exclamation-triangle text-orange"
|
||||
aria-hidden="true"
|
||||
data-tooltip="true"
|
||||
|
@ -664,17 +664,7 @@
|
|||
data-title="Explicit EOL"
|
||||
title="Explicit EOL">
|
||||
</i>
|
||||
@endif--}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<strong>
|
||||
Explicit EOL
|
||||
</strong>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
{{ $asset->eol_explicit ? 'Yes' : 'No' }}
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
|
Loading…
Reference in a new issue