Index: /trunk/packages/sipb-xen-www/code/templates/functions.tmpl
===================================================================
--- /trunk/packages/sipb-xen-www/code/templates/functions.tmpl	(revision 440)
+++ /trunk/packages/sipb-xen-www/code/templates/functions.tmpl	(revision 441)
@@ -15,5 +15,5 @@
 
 #def vmTypeList($default=None)
-#for $vmtype in $sipb_xen_database.Type.select()
+#for $vmtype in sorted($sipb_xen_database.Type.select(), key=lambda x: x.description)
 <label>
    <input #slurp
