Default to noVNC in links.
[invirt/packages/invirt-web.git] / code / templates / novnc.mako
index b0e3bf8..a660e61 100644 (file)
@@ -21,3 +21,5 @@ Console to ${machine.name}
 <script type="text/javascript">
   let rfb = new novnc.default(document.getElementById("novnc"), "wss://${hostname}:${config.vnc.novnc_port}/vnc?host=${vnc_host};vmname=${machine.name};token=${authtoken}");
 </script>
+
+<p>If you experience trouble with this JavaScript-based VNC viewer, use our <a href="machine/${machine.machine_id}/vnc">legacy Java-based VNC viewer</a>.</p>