mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Add 1D barcode support to browser webcam scanner (#4007)
* Removed invalid characters * Changed barcode scanning library to html5-qrcode * Added responsive barcode scanner styles * Fixed js formatting * Added barcode scanner upscaling for performance * Added scanner styles for firefox * Removed unused qr-scanner JS files
This commit is contained in:
@ -114,7 +114,7 @@
|
||||
<tr>
|
||||
<td colspan='3' style='padding: 3px;'>
|
||||
<div id='part-properties-wrapper' class='d-flex flex-wrap'>
|
||||
<div id='part-properties' class='btn-group' role='group';'>
|
||||
<div id='part-properties' class='btn-group' role='group'>
|
||||
<h5>
|
||||
{% if part.is_template %}
|
||||
 
|
||||
|
Reference in New Issue
Block a user