mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	navigation
This commit is contained in:
		| @@ -30,6 +30,13 @@ | ||||
|         </a> | ||||
|     </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 %} | ||||
|     <li class='list-group-item {% if tab == "parameters" %}active{% endif %}' title='{% trans "Parameters" %}'> | ||||
|         <a href='{% url "category-parametric" category.id %}'> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user