X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/27dcf25cbe250f43ea32fc9bc7a4ec6691db66e9..01cd9908731ffbf23f58fde2b64153a35e950a80:/code/templates/list.mako diff --git a/code/templates/list.mako b/code/templates/list.mako index b03a04f..7b1fd92 100644 --- a/code/templates/list.mako +++ b/code/templates/list.mako @@ -84,18 +84,22 @@ ${self.fn.cdromList(defaults.cdrom, "$('cd_or_auto_cd').checked = true;$('autoin <%def name="machineRow(machine)"> -
+ % if machine.uptime and installing[machine]: + Installing... + % else: + -
+ % endif - ${machine.name} + ${machine.name} ${machine.memory}M ${machine.owner} ${machine.administrator} @@ -111,14 +115,16 @@ ${datetime.timedelta(seconds=int(machine.uptime))}\ \ % if has_vnc[machine] == True: -Console\ +Console\ +% elif has_vnc[machine] == 'ParaVM': +ParaVM${self.fn.helppopup("ParaVM Console")} % elif has_vnc[machine] != 'Off': ${has_vnc[machine]} % endif - ${machine.description} + ${machine.description|self.fn.module.nl2br}