mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	docker-mode in stats
This commit is contained in:
		| @@ -26,6 +26,14 @@ | |||||||
|         <td>{% trans "Server is running in debug mode" %}</td> |         <td>{% trans "Server is running in debug mode" %}</td> | ||||||
|     </tr> |     </tr> | ||||||
|     {% endif %} |     {% endif %} | ||||||
|  |     {% inventree_docker_mode as docker_mode %} | ||||||
|  |     {% if docker_mode %} | ||||||
|  |     <tr> | ||||||
|  |         <td><span class='fab fa-docker'></span></td> | ||||||
|  |         <td>{% trans "Docker Mode" %}</td> | ||||||
|  |         <td>{% trans "Server is deployed using docker" %}</td> | ||||||
|  |     </tr> | ||||||
|  |     {% endif %} | ||||||
|     {% if user.is_staff %} |     {% if user.is_staff %} | ||||||
|     <tr> |     <tr> | ||||||
|         <td><span class='fas fa-server'></span></td> |         <td><span class='fas fa-server'></span></td> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user