X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/bbec77c6bd300144f1a222cc686917625a1b4d23..130435f257877a1f8bb82f2b432b45c973e5aefc:/templates/list.tmpl?ds=sidebyside diff --git a/templates/list.tmpl b/templates/list.tmpl index a27fe0b..d6c0e00 100644 --- a/templates/list.tmpl +++ b/templates/list.tmpl @@ -1,27 +1,68 @@ #from skeleton import skeleton #extends skeleton + #def title List of your VMs #end def -#def body -#if not $machines - +#def createTable() +#if $cant_add_vm +
$cant_add_vm
#else -You have the following VMs:
-Name | -Memory | -owner | -IP | -MAC Address | -Hostname | -Uptime | -VNC | -- #for $machine in $machines: + | |
$machine.name | ${machine.memory}M | @@ -29,16 +70,12 @@ List of your VMs #if $machine.nics #set $nic = $machine.nics[0]$nic.ip | -$nic.mac_addr | -$nic.hostname | #else- | - | #end if | #slurp -#if $uptimes[$machine] -$uptimes[$machine]#slurp +#if $machine.uptime +$machine.uptime#slurp #else Off#slurp #end if @@ -51,60 +88,46 @@ $has_vnc[$machine] #end if | - |
Name | +Memory | +Owner | +IP | +Uptime | +VNC | ++ #for $machine in $machines: + $machineRow($machine) #end for |
Create a new VM:
- +#end def + + +#def body +#if not $machines +You don't currently control any VMs.
#else -You are at the maximum number of VMs.
+You have the following VMs:
#end if + +