mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add //TODO entry in stock tabs
This commit is contained in:
parent
20273f1541
commit
1a32e441b7
@ -4,6 +4,12 @@
|
|||||||
<li{% ifequal tab 'tracking' %} class='active'{% endifequal %}>
|
<li{% ifequal tab 'tracking' %} class='active'{% endifequal %}>
|
||||||
<a href="{% url 'stock-item-detail' item.id %}">{% trans "Tracking" %}</a>
|
<a href="{% url 'stock-item-detail' item.id %}">{% trans "Tracking" %}</a>
|
||||||
</li>
|
</li>
|
||||||
|
{% if 0 %}
|
||||||
|
<!-- These tabs are to be implemented in the future -->
|
||||||
|
<li{% ifequal tab 'builds' %} class='active'{% endifequal %}>
|
||||||
|
<a href='#'>{% trans "Builds" %}</a>
|
||||||
|
</li>
|
||||||
|
{% endif %}
|
||||||
<li{% ifequal tab 'notes' %} class='active'{% endifequal %}>
|
<li{% ifequal tab 'notes' %} class='active'{% endifequal %}>
|
||||||
<a href="{% url 'stock-item-notes' item.id %}">{% trans "Notes" %}{% if item.notes %} <span class='glyphicon glyphicon-small glyphicon-info-sign'></span>{% endif %}</a>
|
<a href="{% url 'stock-item-notes' item.id %}">{% trans "Notes" %}{% if item.notes %} <span class='glyphicon glyphicon-small glyphicon-info-sign'></span>{% endif %}</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user