mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
navigation
This commit is contained in:
parent
8effdffe6f
commit
4ae7debb2b
@ -30,6 +30,13 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class='list-group-item {% if tab == "upload" %}active{% endif %}' title='{% trans "Upload File" %}'>
|
||||||
|
<a href='{% url "part-upload" %}'>
|
||||||
|
<span class='fas fa-file-upload'></span>
|
||||||
|
{% trans "Upload File" %}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
{% if category %}
|
{% if category %}
|
||||||
<li class='list-group-item {% if tab == "parameters" %}active{% endif %}' title='{% trans "Parameters" %}'>
|
<li class='list-group-item {% if tab == "parameters" %}active{% endif %}' title='{% trans "Parameters" %}'>
|
||||||
<a href='{% url "category-parametric" category.id %}'>
|
<a href='{% url "category-parametric" category.id %}'>
|
||||||
|
Loading…
Reference in New Issue
Block a user