2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 23:51:08 +00:00

Add option to delete columns

This commit is contained in:
Oliver Walters
2019-06-28 20:24:18 +10:00
parent 54762713f3
commit 3c2f3c2c2c
2 changed files with 8 additions and 0 deletions

View File

@@ -35,6 +35,7 @@
{% for req in req_cols %}
<option value='{{ req }}'{% if req == col.guess %}selected='selected'{% endif %}>{{ req }}</option>
{% endfor %}
<option value='Delete'>Delete Column</option>
</select>
{% if col.duplicate %}
<p class='help-inline'>Duplicate column selection</p>