mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-04 15:43:53 +01:00 
			
		
		
		
	on avance
This commit is contained in:
		@@ -7,8 +7,12 @@
 | 
			
		||||
{%if not current_user.is_authenticated %}
 | 
			
		||||
    <button class="unselected" onclick="location.href = '/login';">login</button>
 | 
			
		||||
{% else %}
 | 
			
		||||
<iframe id="iframe" src="{{url_for('static', filename='logs/dev.txt')}}" width="20%" height="80%"></iframe>
 | 
			
		||||
<iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&view_only" width="80%" height="100%" frameborder="0"></iframe>
 | 
			
		||||
<table>
 | 
			
		||||
    <tr>
 | 
			
		||||
        <td width="20%"><iframe id="iframe" src="{{url_for('static', filename='logs/dev.txt')}}" width="100%" height="100%"></iframe></td>
 | 
			
		||||
        <td width="80%"><iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&view_only" width="100%" height="100%" frameborder="0"></iframe></td>
 | 
			
		||||
    </tr>
 | 
			
		||||
</table>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
    var myIframe = document.getElementById('iframe');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user