mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
Visual tweaks
This commit is contained in:
@ -13,6 +13,12 @@
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
{% if part.is_template %}
|
||||
<div class='alert alert-info alert-block'>
|
||||
Showing stock for all variants of <i>{{ part.full_name }}</i>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% include "stock_table.html" %}
|
||||
|
||||
{% endblock %}
|
||||
|
@ -39,7 +39,8 @@
|
||||
<img class='hover-img-large' src="{{ variant.image.url }}">
|
||||
{% endif %}
|
||||
</div>
|
||||
{{ variant.full_name }}</td>
|
||||
<a href="{% url 'part-detail' variant.id %}">{{ variant.full_name }}</a>
|
||||
</td>
|
||||
<td>{{ variant.description }}</td>
|
||||
<td>{{ variant.total_stock }}</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user