X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/c6a55b3a1fb15ced3603a409081aab943e81a058..b6de14922fb1565d0d1f4a44b1dacc3a95e265a9:/code/templates/info.mako
diff --git a/code/templates/info.mako b/code/templates/info.mako
index 0d1b66b..cd74458 100644
--- a/code/templates/info.mako
+++ b/code/templates/info.mako
@@ -17,11 +17,11 @@ Info on ${machine.name}
<%def name="commands()">
% if on:
% if not machine.type.hvm:
- Console access: type
+ Console access: Web Terminal or type
ssh ${machine.name}@${config.console.hostname}
on Athena. (more info)
% elif has_vnc:
- Get Console
+ Get Console or Web Terminal
% else:
VNC console not enabled; still booting?
% endif