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