X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/61154617919ca57b6f1d4bed02aa9847ef14232a..27dcf25cbe250f43ea32fc9bc7a4ec6691db66e9:/code/templates/info.tmpl
diff --git a/code/templates/info.tmpl b/code/templates/info.tmpl
index e5eb5eb..d872fce 100644
--- a/code/templates/info.tmpl
+++ b/code/templates/info.tmpl
@@ -6,7 +6,7 @@ Info on $machine.name
#end def
#def infoTable()
-
Info on ${machine.name}:
+Info
#for $key, $value in $fields
$key: | $value |
@@ -15,37 +15,38 @@ Info on $machine.name
#end def
#def commands()
+#if $on
+ #if not $machine.type.hvm
+ Console access: type
+ ssh $machine.name@$config.console.hostname
+ on Athena. (more info)
+ #elif $has_vnc
+ Get Console
+ #else
+ VNC console not enabled; still booting?
+ #end if
+#end if
#end def
@@ -58,27 +59,61 @@ Info on $machine.name
#if $on
(To edit ram, disk size, or machine name, turn off the machine first.)
#end if
-