X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/74cf12ca4c1ba056483885a9b3b0d5c86014f1d1..880cccfcec2b9d02c9f1021aff834ca7b2af0b39:/code/templates/info.tmpl diff --git a/code/templates/info.tmpl b/code/templates/info.tmpl index 743034f..b090906 100644 --- a/code/templates/info.tmpl +++ b/code/templates/info.tmpl @@ -15,22 +15,21 @@ 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