X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/ab926a56b79039d0c86cc2bd3f5a2faf7bbbfd43..2d2b9463275d1272e23fb2fe7972b7e5b3a8d471:/code/templates/list.tmpl diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl index 43de904..cf59937 100644 --- a/code/templates/list.tmpl +++ b/code/templates/list.tmpl @@ -73,21 +73,23 @@ $errorRow('autoinstall', $err) Autoinstall#slurp #filter None -$helppopup('Autoinstall')#slurp +$helppopup('Autoinstalls')#slurp #end filter - + #filter None -$autoList($defaults.cdrom, "document.getElementById('cd_or_auto_auto').checked = true;document.getElementById('cdromlist').value = ''") - (experimental; 1-2 minutes, and you have a machine with empty root password.) +$autoList($defaults.cdrom, "$('cd_or_auto_auto').checked = true;$('cdromlist').value = '';$('vmtype-linux').checked = true") + (experimental; 2-3 minutes, and you have a machine with empty root password.) #end filter Boot CD - + #filter None -$cdromList($defaults.cdrom, "document.getElementById('cd_or_auto_cd').checked = true;document.getElementById('autoinstalllist').value = ''") +$cdromList($defaults.cdrom, "$('cd_or_auto_cd').checked = true;$('autoinstalllist').value = '';$('vmtype-linux-hvm').checked = true") #end filter