3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 08:05:23 +00:00

Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe
2026-01-16 13:03:26 +00:00

View File

@ -415,7 +415,7 @@
</div>
@endif
@if (($snipeSettings->qr_code=='1') || $snipeSettings->label2_2d_type!='none')
<div class="col-md-12 text-center" style="padding-top: 15px;">
<div class="col-md-12 text-center asset-qr-img" style="padding-top: 15px;">
<img src="{{ config('app.url') }}/hardware/{{ $asset->id }}/qr_code" class="img-thumbnail" style="height: 150px; width: 150px; margin-right: 10px;" alt="QR code for {{ $asset->getDisplayNameAttribute() }}">
</div>
@endif