mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	navigation
This commit is contained in:
		| @@ -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 %}'> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user