#from skeleton import skeleton #extends skeleton #def title List of your VMs #end def #def body #if not $machines #else
You have the following VMs:
Name | Memory | owner | IP | MAC Address | Hostname | Status | VNC | Restart? | #for $machine in $machines:|||
$machine.name | ${machine.memory}M | $machine.owner | #if $machine.nics #set $nic = $machine.nics[0]$nic.ip | $nic.mac_addr | $nic.hostname | #else#end if | Good! | Console |
Create a new VM:
#end def