X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/754c1c8b18cf49c42cb4eb704642466d2d1f4279..cae84bf926ab97cc5e57aeac6b13b9087653117e:/code/templates/list.mako diff --git a/code/templates/list.mako b/code/templates/list.mako index 3d0c50c..e6ed39f 100644 --- a/code/templates/list.mako +++ b/code/templates/list.mako @@ -96,21 +96,24 @@ ${self.fn.cdromList(defaults.cdrom, "$('cd_or_auto_cd').checked = true;$('autoin <%def name="machineRow(machine, dark)"> +<% + on = (machine.uptime is not None) +%> - % if machine.uptime and installing[machine]: + % if on and installing[machine]: Installing... % else: -
+ - @@ -127,7 +130,7 @@ ${self.fn.cdromList(defaults.cdrom, "$('cd_or_auto_cd').checked = true;$('autoin % endif \ -% if machine.uptime: +% if on: ${datetime.timedelta(seconds=int(machine.uptime))}\ % endif