on avance
This commit is contained in:
parent
4c78ec150b
commit
b5abd589ba
@ -7,8 +7,12 @@
|
|||||||
{%if not current_user.is_authenticated %}
|
{%if not current_user.is_authenticated %}
|
||||||
<button class="unselected" onclick="location.href = '/login';">login</button>
|
<button class="unselected" onclick="location.href = '/login';">login</button>
|
||||||
{% else %}
|
{% else %}
|
||||||
<iframe id="iframe" src="{{url_for('static', filename='logs/dev.txt')}}" width="20%" height="80%"></iframe>
|
<table>
|
||||||
<iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&view_only" width="80%" height="100%" frameborder="0"></iframe>
|
<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>
|
<script>
|
||||||
var myIframe = document.getElementById('iframe');
|
var myIframe = document.getElementById('iframe');
|
||||||
|
Loading…
Reference in New Issue
Block a user