mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Add buttons to edit/delete parameters
This commit is contained in:
parent
307a04da58
commit
9630c90924
@ -26,7 +26,13 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>{{ param.template.name }}</td>
|
<td>{{ param.template.name }}</td>
|
||||||
<td>{{ param.data }}</td>
|
<td>{{ param.data }}</td>
|
||||||
<td>{{ param.template.units }}</td>
|
<td>
|
||||||
|
{{ param.template.units }}
|
||||||
|
<div class='btn-group' style='float: right;'>
|
||||||
|
<button title='Edit' class='btn btn-default btn-glyph' type='button'><span class='glyphicon glyphicon-edit'/></button>
|
||||||
|
<button title='Delete' class='btn btn-default btn-glyph' type='button'><span class='glyphicon glyphicon-trash'/></button>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user