mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Little bit of eye candy
This commit is contained in:
		| @@ -253,7 +253,7 @@ function openNotificationPanel() { | ||||
|         { | ||||
|             success: function(response) { | ||||
|                 if (response.length == 0) { | ||||
|                     html = `<p class='text-muted'>{% trans "No unread notifications" %}</p>`; | ||||
|                     html = `<p class='text-muted'><em>{% trans "No unread notifications" %}</em><span class='fas fa-check-circle icon-green float-right'></span></p>`; | ||||
|                 } else { | ||||
|                     // build up items | ||||
|                     response.forEach(function(item, index) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user