X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/b6054ddecbc4d4a9b8e822ff8f0ace386e5e6e00..ed3be7ee0d8af0cb884233327a3062c2be614d15:/templates/list.tmpl diff --git a/templates/list.tmpl b/templates/list.tmpl index 68f0858..95cb96c 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) @@ -50,6 +51,11 @@ $errorRow('vmtype', $err) $errorRow('cdrom', $err) + + + + + $errorRow('owner', $err)
$cdromList($cdroms, $defaults.cdrom)
Owner
@@ -64,10 +70,8 @@ $errorRow('cdrom', $err) #if $machine.nics #set $nic = $machine.nics[0] $nic.ip - $nic.hostname #else - #end if #slurp #if $machine.uptime @@ -84,11 +88,12 @@ $has_vnc[$machine] #end if -
+ +
@@ -100,9 +105,8 @@ $has_vnc[$machine] Name Memory - owner + Owner IP - Hostname Uptime VNC @@ -119,7 +123,7 @@ $has_vnc[$machine] #else

You have the following VMs:

#end if -

refresh

+

refresh

$machineList($machines)