#from skeleton import skeleton #extends skeleton #def title List of your VMs #end def #def createTable() #if $cant_add_vm
$cant_add_vm
#elseCreate a new VM:
#if $errWe had a problem with your request:
#else if $varExists('new_machine')Congratulations! You successfully created a new VM called $new_machine.
#end if #end if #end def #def machineRow($machine)Name | Memory | Owner | Administrator | IP | Uptime | VNC | #for $machine in $machines: $machineRow($machine) #end for |
Note: sipb-xen is a very alpha service. What does this mean?
#if not $machinesYou don't currently control any VMs.
#elseYou have the following VMs:
#end if