Changeset 2412 for package_branches/invirt-web/cherrypy/code/templates
- Timestamp:
- Aug 9, 2009, 6:45:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/templates/list.mako
r2405 r2412 113 113 % if has_vnc[machine] == True: 114 114 <a href="vnc?machine_id=${machine.machine_id}">Console</a>\ 115 % elif has_vnc[machine] == 'ParaVM': 116 ParaVM${self.fn.helppopup("ParaVM Console")} 115 117 % elif has_vnc[machine] != 'Off': 116 118 ${has_vnc[machine]}
Note: See TracChangeset
for help on using the changeset viewer.