X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/4b351d097741ee1776edb9400a34555b2d627d8b..990601fb01bb7e6e1a4203d02d4422ec139d753f:/code/templates/info.tmpl diff --git a/code/templates/info.tmpl b/code/templates/info.tmpl index d115955..d872fce 100644 --- a/code/templates/info.tmpl +++ b/code/templates/info.tmpl @@ -15,45 +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
- - - - +
#if $on -
- - + + + #else - + #end if - - - - - - -
- #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 - #else - - #end if -
Boot CD:#slurp + +
+ Boot CD: #filter None $cdromList()#slurp #end filter -
+ +
+ +
#end def