mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Add spinning logo
This commit is contained in:
		| @@ -1440,7 +1440,7 @@ function loadBuildOutputAllocationTable(buildInfo, output, options={}) { | ||||
|  | ||||
|                         return makeProgressBar(allocated, required); | ||||
|                     } else { | ||||
|                         return `<em>{% trans "Loading" %}</em>`; | ||||
|                         return `<em>{% trans "loading" %}...</em><span class='fas fa-spinner fa-spin float-right'></span>`; | ||||
|                     } | ||||
|                 }, | ||||
|                 sorter: function(valA, valB, rowA, rowB) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user