mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Float "depleted" badge to the right
This commit is contained in:
		| @@ -1458,7 +1458,7 @@ function loadStockTable(table, options) { | ||||
|             } | ||||
|  | ||||
|             if (row.quantity <= 0) { | ||||
|                 html += `<span class='badge rounded-pill bg-danger'>{% trans "Depleted" %}</span>`; | ||||
|                 html += `<span class='badge badge-right rounded-pill bg-danger'>{% trans "Depleted" %}</span>`; | ||||
|             } | ||||
|  | ||||
|             return html; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user