X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/c3226455f0fd065757b681e2be52e8d8c2362ff8..7f1e55f398d25ec110573104910c04cfede8e722:/templates/list.tmpl
diff --git a/templates/list.tmpl b/templates/list.tmpl
index 67cefdc..19b4c6e 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 |