X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/bee5d6b79f93e627eb105cd443701ac1975fd927..7056b4a677d783f326b2b9209a550d899f274644:/code/templates/list.tmpl diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl index 88bab49..7611329 100644 --- a/code/templates/list.tmpl +++ b/code/templates/list.tmpl @@ -6,11 +6,11 @@ VM List #end def -#def createTable() +#def createForm() #if $cant_add_vm

$cant_add_vm

#else -

Create a new VM:

+

Create a new VM

#if $err

We had a problem with your request:

#else if $varExists('new_machine') @@ -111,8 +111,8 @@ $has_vnc[$machine] Name Memory - Owner - Administrator + Owner$helppopup('owner') + Administrator$helppopup('administrator') IP Uptime VNC @@ -129,14 +129,10 @@ $has_vnc[$machine]

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

#if not $machines

You don't currently control any VMs.

-#else -

You have the following VMs:

#end if

refresh

$machineList($machines)
-
-$createTable() -
+$createForm() #end def