mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Add new button to navbar
This commit is contained in:
		| @@ -89,9 +89,16 @@ | ||||
|     {% endif %} | ||||
|     {% include "search_form.html" %} | ||||
|     <ul class='navbar-nav flex-row'> | ||||
|        | ||||
|       <li class='nav-item me-2'> | ||||
|         <button data-bs-toggle='offcanvas' data-bs-target="#offcanvasSearch" class='btn position-relative' title='{% trans "Search" %}'> | ||||
|           <span class='fas fa-search'></span> | ||||
|         </button> | ||||
|       </li> | ||||
|  | ||||
|       {% if barcodes %} | ||||
|       <li class='nav-item' id='navbar-barcode-li'> | ||||
|         <button id='barcode-scan' class='btn btn-secondary' title='{% trans "Scan Barcode" %}'> | ||||
|         <button id='barcode-scan' class='btn position-relative' title='{% trans "Scan Barcode" %}'> | ||||
|           <span class='fas fa-qrcode'></span> | ||||
|         </button> | ||||
|       </li> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user