X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/1124e4cffe9f74493ebe861baac4deb3ccc338b1..951ff47a4c46a212194a763496145fbafb7ba471:/code/templates/list.tmpl diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl index 61eafdb..7c8e5d1 100644 --- a/code/templates/list.tmpl +++ b/code/templates/list.tmpl @@ -1,4 +1,5 @@ #from skeleton import skeleton +#from invirt.config import structs as config #extends skeleton #import datetime @@ -25,7 +26,7 @@ VM List #end filter Name - .xvm.mit.edu + .${config.dns.domains[0]} #filter None $errorRow('name', $err) @@ -66,37 +67,29 @@ $vmTypeList($defaults.type) #filter None $errorRow('vmtype', $err) #end filter - - Clone image? -#if $can_clone - - (experimental; 1-2 minutes, and you have an etch machine; root pw is 'password'.) - -#else - Image cloning is currently disabled for maintenance -#end if - #filter None $errorRow('autoinstall', $err) #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 @@ -111,7 +104,11 @@ $errorRow('cdrom', $err) $errorRow('owner', $err) #end filter - +
+ Windows notes: #slurp +#filter None +$helppopup('Windows')#slurp +#end filter #end if #end def @@ -123,7 +120,9 @@ $errorRow('cdrom', $err) - @@ -195,7 +194,7 @@ $helppopup('Administrator')#slurp #def body -

SIPB Virtual Servers is an alpha service. What does this mean?

+

What is XVM?

#if not $machines

You don't currently control any VMs.

#end if