2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-06 20:11:37 +00:00

Enable drag-and-drop attachment upload for Part

This commit is contained in:
Oliver Walters
2020-05-13 11:13:26 +10:00
parent cedf9a9108
commit db01f3646a
3 changed files with 25 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
</div>
</div>
<div class='dropzone' id='attachment-dropzone'>
<table class='table table-striped table-condensed' data-toolbar='#attachment-buttons' id='attachment-table'>
<thead>
<tr>
@@ -37,4 +38,5 @@
</tr>
{% endfor %}
</tbody>
</table>
</table>
</div>