X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/c3226455f0fd065757b681e2be52e8d8c2362ff8..de0b2b5b417d9d70283458dbc5307fd0f4d1e701:/templates/list.tmpl diff --git a/templates/list.tmpl b/templates/list.tmpl index 67cefdc..6e06c53 100644 --- a/templates/list.tmpl +++ b/templates/list.tmpl @@ -27,12 +27,12 @@ List of your VMs $errorRow('name', $err) Memory - megabytes ($max_memory max) + MiB ($max_memory max) $errorRow('memory', $err) Disk - gigabytes (${"%0.1f" % ($max_disk-0.05)} max) + GiB (${"%0.1f" % ($max_disk-0.05)} max) $errorRow('disk', $err) @@ -51,6 +51,11 @@ $errorRow('vmtype', $err) $cdromList($cdroms, $defaults.cdrom) $errorRow('cdrom', $err) + + Owner + + + $errorRow('owner', $err) @@ -62,6 +67,7 @@ $errorRow('cdrom', $err) $machine.name ${machine.memory}M $machine.owner + $machine.administrator #if $machine.nics #set $nic = $machine.nics[0] $nic.ip @@ -88,7 +94,7 @@ $has_vnc[$machine] @@ -100,7 +106,8 @@ $has_vnc[$machine] Name Memory - owner + Owner + Administrator IP Uptime VNC @@ -113,6 +120,7 @@ $has_vnc[$machine] #def body +

Note: sipb-xen is a very alpha service. What does this mean?

#if not $machines

You don't currently control any VMs.

#else