1 <%page expression_filter="h" />
2 <%inherit file="skeleton.mako" />
5 Console to ${machine.name}
8 <style type='text/css'>body { max-width: none }</style>
10 <p> Your machine appears to be off.</p>
12 <p> Your machine appears to not be accepting VNC connections. Perhaps you have a ParaVM machine?</p>
15 <p>See <a href="help?subject=Console" target="_blank">tips</a> about framebuffer and other issues.</p>
17 <script type="text/javascript" src="static/novnc-1.0.js"></script>
21 <script type="text/javascript">
22 let rfb = new novnc.default(document.getElementById("novnc"), "wss://${hostname}:${config.vnc.novnc_port}/vnc?host=${vnc_host};vmname=${machine.name};token=${authtoken}");