Merge remote-tracking branch 'origin/develop'

This commit is contained in:
snipe 2024-07-27 10:12:23 +01:00
commit 0dd0baa511

View file

@ -296,9 +296,14 @@
</li>
@endif
</ul>
</div>
@endif
@if ($snipeSettings->qr_code=='1')
<div class="col-md-12 text-center" 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
<br><br>
</div>