X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/e37dd15bbf8683bab8454ea0eec8e9968ce982b2..b001dd5804c18377b497d87ddf23138282ef2690:/code/templates/info.tmpl diff --git a/code/templates/info.tmpl b/code/templates/info.tmpl index 26d7a24..9346129 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}:
+$key: | $value |
+ | ||||||||
#if $on #if $has_vnc - Console + Get Console #else - VNC is not enabled + VNC console not enabled; still booting? #end if #else @@ -33,14 +33,18 @@ Info on $machine.name | ||||||||
- | + | + | #else | #end if | Boot CD: | -$cdromList($cdroms) | +#slurp +#filter None +$cdromList()#slurp +#end filter + | |
@@ -58,27 +62,61 @@ Info on $machine.name #if $on (To edit ram, disk size, or machine name, turn off the machine first.) #end if - |