X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/7b924b8f4ec3c62b70a012f7d417beb230db8965..9a58d0785024a99e409fe95cba99391676c026f2:/code/templates/functions.tmpl diff --git a/code/templates/functions.tmpl b/code/templates/functions.tmpl index 2ae2266..635f5db 100644 --- a/code/templates/functions.tmpl +++ b/code/templates/functions.tmpl @@ -33,11 +33,11 @@ $databaseList(sorted($sipb_xen_database.Autoinstall.select(), key=lambda x: x.de #end def #def vmTypeList($default=None) -#for $vmtype in sorted($sipb_xen_database.Type.select(), key=lambda x: x.description) +#for $vmtype in (('linux-hvm', 'HVM'), ('linux', 'ParaVM'), ) #end for #end def