disable GETting to post keyboards to ajaxterm
[invirt/packages/invirt-web.git] / code / templates / info.mako
index 0d1b66b..cd74458 100644 (file)
@@ -17,11 +17,11 @@ Info on ${machine.name}
 <%def name="commands()">
 % if on:
  % if not machine.type.hvm:
-  Console access: type
+  Console access: <a href="machine/${machine.machine_id}/terminal">Web Terminal</a> or type
   <tt>ssh ${machine.name}@${config.console.hostname}</tt>
   on Athena. <a href="https://xvm.scripts.mit.edu/wiki/SerialConsole">(more info)</a>
  % elif has_vnc:
-  <strong><a href="machine/${machine.machine_id}/vnc">Get Console</a></strong>
+  <strong><a href="machine/${machine.machine_id}/vnc">Get Console</a> or <a href="machine/${machine.machine_id}/terminal">Web Terminal</a></strong>
  % else:
   VNC console not enabled; still booting?
  % endif