mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-10-31 14:23:53 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			346 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			346 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| {% block left_pannel %}stats{% endblock %}
 | |
| 
 | |
| {% block content %}
 | |
| 
 | |
| {%if not current_user.is_authenticated %}
 | |
|     <button class="unselected" onclick="location.href = '/login';">login</button>
 | |
| {% else %}
 | |
|     <iframe src="/grafana?orgId=1&kiosk" width="100%" height="100%" frameborder="0"></iframe>
 | |
| {% endif %}
 | |
| 
 | |
| {%endblock %} |