point to ssh console in a paravm's info page
[invirt/packages/invirt-web.git] / code / templates / info.tmpl
index 9346129..d115955 100644 (file)
@@ -20,9 +20,13 @@ Info on $machine.name
   <input type="hidden" name="machine_id" value="$machine.machine_id"/>
   <table>
     
-    <tr><td colspan=3>
+    <tr><td colspan=100>
        #if $on
-       #if $has_vnc
+        #if not $machine.type.hvm
+        Console access: 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="vnc?machine_id=$machine.machine_id">Get Console</a></strong>
        #else
        VNC console not enabled; still booting?