X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/bee5d6b79f93e627eb105cd443701ac1975fd927..41910267b9c749ae6d6f49fd2569600689dd9914:/code/templates/list.tmpl?ds=sidebyside diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl index 88bab49..f6dc5c4 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 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,58 +20,110 @@ VM List #end if #end def #def machineRow($machine)Name | Memory | -Owner | -Administrator | +Owner#slurp +#filter None +$helppopup('Owner')#slurp +#end filter + | +Administrator#slurp +#filter None +$helppopup('Administrator')#slurp +#end filter + | IP | Uptime | VNC | -
---|
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