From: Quentin Smith Date: Sun, 9 Aug 2009 22:45:36 +0000 (-0400) Subject: Remove calls to helppopup from outside templates X-Git-Tag: 0.1.0^2~56 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/6fb85712f6bdc0c32970cd9e67fd406ece09d2d5 Remove calls to helppopup from outside templates svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2679 --- diff --git a/code/main.py b/code/main.py index 656c209..222520c 100755 --- a/code/main.py +++ b/code/main.py @@ -315,7 +315,7 @@ def getListDict(username, state): elif m.type.hvm: has_vnc[m] = "WTF?" else: - has_vnc[m] = "ParaVM"+helppopup("ParaVM Console") + has_vnc[m] = "ParaVM" max_memory = validation.maxMemory(username, state) max_disk = validation.maxDisk(username) checkpoint.checkpoint('Got max mem/disk') @@ -572,7 +572,6 @@ def infoDict(username, state, machine): ('memory', 'RAM'), 'DISK_INFO', ('state', 'state (xen format)'), - ('cpu_weight', 'CPU weight'+helppopup('CPU Weight')), ] fields = [] machine_info = {} @@ -626,7 +625,6 @@ def infoDict(username, state, machine): ram=machine.memory, max_mem=max_mem, max_disk=max_disk, - owner_help=helppopup("Owner"), fields = fields) return d