X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/eb9adb539fb47ab4b5c4e859cf119b554b9116cb..82e2588bdcedd33f4b4be714490d62359681d4db:/code/templates/list.tmpl?ds=inline diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl index b6e9e33..61eafdb 100644 --- a/code/templates/list.tmpl +++ b/code/templates/list.tmpl @@ -1,16 +1,17 @@ #from skeleton import skeleton #extends skeleton +#import datetime #def title -List of your VMs +VM List #end def -#def createTable() +#def createForm() #if $cant_add_vm
$cant_add_vm
#else -Create a new VM:
+We had a problem with your request:
#else if $varExists('new_machine') @@ -19,49 +20,96 @@ List of your VMs @@ -70,6 +118,16 @@ $errorRow('cdrom', $err) #def machineRow($machine)Name | -Memory | -Owner | -Administrator | -IP | -Uptime | -VNC | -+ | + | Name | +Memory | +Owner#slurp +#filter None +$helppopup('Owner')#slurp +#end filter + | +Administrator#slurp +#filter None +$helppopup('Administrator')#slurp +#end filter + | +IP | +Uptime | +VNC | +
---|
Note: sipb-xen is a very alpha service. What does this mean?
+SIPB Virtual Servers is an alpha service. What does this mean?
#if not $machinesYou don't currently control any VMs.
-#else -You have the following VMs:
#end if