mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Fix for font-awesome icon
This commit is contained in:
		@@ -214,9 +214,9 @@
 | 
				
			|||||||
        <tr>
 | 
					        <tr>
 | 
				
			||||||
            <td>
 | 
					            <td>
 | 
				
			||||||
                {% if part.active %}
 | 
					                {% if part.active %}
 | 
				
			||||||
                <span class='fas fa-check-square'></span>
 | 
					                <span class='fas fa-check-circle icon-green'></span>
 | 
				
			||||||
                {% else %}
 | 
					                {% else %}
 | 
				
			||||||
                <span class='fas fa-times-square'></span>
 | 
					                <span class='fas fa-times-circle icon-red'></span>
 | 
				
			||||||
                {% endif %}
 | 
					                {% endif %}
 | 
				
			||||||
            </td>
 | 
					            </td>
 | 
				
			||||||
            <td><b>{% trans "Active" %}</b></td>
 | 
					            <td><b>{% trans "Active" %}</b></td>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user