Merge remote-tracking branch 'origin/develop'
This commit is contained in:
commit
0dd0baa511
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue