From: Quentin Smith Date: Fri, 14 Aug 2009 01:54:59 +0000 (-0400) Subject: Link to the web terminal page from the VM list for paravms X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/7f0c376fced8503eb92fbce25d9708b140fbef77?ds=sidebyside Link to the web terminal page from the VM list for paravms svn path=/package_branches/invirt-web/ajaxterm-rebased/; revision=2755 --- diff --git a/code/templates/list.mako b/code/templates/list.mako index d513763..7718bed 100644 --- a/code/templates/list.mako +++ b/code/templates/list.mako @@ -117,7 +117,7 @@ ${datetime.timedelta(seconds=int(machine.uptime))}\ % if has_vnc[machine] == True: Console\ % elif has_vnc[machine] == 'ParaVM': -ParaVM${self.fn.helppopup("ParaVM Console")} +Terminal\ % elif has_vnc[machine] != 'Off': ${has_vnc[machine]} % endif @@ -138,7 +138,7 @@ ${has_vnc[machine]} Administrator${self.fn.helppopup('Administrator')} IP Uptime - VNC + Console % for machine in machines: ${machineRow(machine)}