Added qr code back

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-27 10:12:13 +01:00
parent aab29fbb6b
commit c3a296c19f

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>