From 7f0c376fced8503eb92fbce25d9708b140fbef77 Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Thu, 13 Aug 2009 21:54:59 -0400 Subject: [PATCH] Link to the web terminal page from the VM list for paravms svn path=/package_branches/invirt-web/ajaxterm-rebased/; revision=2755 --- code/templates/list.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)} -- 1.7.9.5