X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b6054ddecbc4d4a9b8e822ff8f0ace386e5e6e00..77269356e0e57b5e35fec45eb5fa235dfcc821d5:/templates/list.tmpl diff --git a/templates/list.tmpl b/templates/list.tmpl index 68f0858..19b4c6e 100644 --- a/templates/list.tmpl +++ b/templates/list.tmpl @@ -16,7 +16,8 @@ List of your VMs #else if $varExists('new_machine')

Congratulations! You successfully created a new VM called $new_machine.

#end if -
+ + $errorRow('create', $err) @@ -26,12 +27,12 @@ List of your VMs $errorRow('name', $err) - + $errorRow('memory', $err) - + $errorRow('disk', $err) @@ -50,6 +51,11 @@ $errorRow('vmtype', $err) $errorRow('cdrom', $err) + + + + + $errorRow('owner', $err)
Memory megabytes ($max_memory max) MiB ($max_memory max)
Disk gigabytes (${"%0.1f" % ($max_disk-0.05)} max) GiB (${"%0.1f" % ($max_disk-0.05)} max)
$cdromList($cdroms, $defaults.cdrom)
Owner
@@ -61,13 +67,12 @@ $errorRow('cdrom', $err) $machine.name ${machine.memory}M $machine.owner + $machine.administrator #if $machine.nics #set $nic = $machine.nics[0] $nic.ip - $nic.hostname #else - #end if #slurp #if $machine.uptime @@ -84,11 +89,12 @@ $has_vnc[$machine] #end if -
+ +
@@ -100,9 +106,9 @@ $has_vnc[$machine] Name Memory - owner + Owner + Administrator IP - Hostname Uptime VNC @@ -119,7 +125,7 @@ $has_vnc[$machine] #else

You have the following VMs:

#end if -

refresh

+

refresh

$machineList($machines)