Compare commits

..

No commits in common. "c5e9fb1267573445f49898d4f36f16c7314b0dcd" and "37e8f6f61bf1818cdcac7527d940564bce7007b8" have entirely different histories.

3 changed files with 7 additions and 24 deletions

View File

@ -1,17 +0,0 @@
#console {
height: 100%;
width: 20%;
float: left;
resize: horizontal;
overflow: auto;
}
#vnc-container {
height: 100%;
width: 80%;
float: left;
}
.container {
height: 100%;
}

View File

@ -6,19 +6,19 @@
{% 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 %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/vnc-post.css') }}"/>
<link rel="stylesheet" href="{{ url_for('static', filename='node_modules/xterm/css/xterm.css') }}"/> <link rel="stylesheet" href="{{ url_for('static', filename='node_modules/xterm/css/xterm.css') }}"/>
<script src="{{ url_for('static', filename='node_modules/xterm/lib/xterm.js') }}"></script> <script src="{{ url_for('static', filename='node_modules/xterm/lib/xterm.js') }}"></script>
<script src="{{ url_for('static', filename='node_modules/xterm-addon-fit/lib/xterm-addon-fit.js') }}"></script> <script src="{{ url_for('static', filename='node_modules/xterm-addon-fit/lib/xterm-addon-fit.js') }}"></script>
<script> <script>
document.getElementsByClassName("content")[0].style.padding = "0 0" document.getElementsByClassName("content")[0].style.padding = "0 0"
</script> </script>
<div class="container"> <div style="height: 100%">
<div id="console"></div>
<div id="vnc-container"> <div id="console" style="height: 100%; width: 20%; float:left;"></div>
<div style="height: 100%; width: 80%; float:left;">
<iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&autoconnect=true&view_only" <iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&autoconnect=true&view_only"
width="100%" height="100%" frameborder="0"> width="100%" height="100%" frameborder="0"></iframe>
</iframe>
</div> </div>
</div> </div>

View File

@ -1 +1 @@
v6.8.47 v6.8.46