mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Added qr code back
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
aab29fbb6b
commit
c3a296c19f
|
@ -296,9 +296,14 @@
|
||||||
</li>
|
</li>
|
||||||
@endif
|
@endif
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
|
||||||
|
|
||||||
@endif
|
@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>
|
<br><br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue