Changeset 2443 for package_branches/invirt-web/cherrypy/code
- Timestamp:
- Aug 13, 2009, 9:54:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/cherrypy/code/templates/list.mako
r2424 r2443 118 118 <a href="machine/${machine.machine_id}/vnc">Console</a>\ 119 119 % elif has_vnc[machine] == 'ParaVM': 120 ParaVM${self.fn.helppopup("ParaVM Console")} 120 <a href="machine/${machine.machine_id}/terminal">Terminal</a>\ 121 121 % elif has_vnc[machine] != 'Off': 122 122 ${has_vnc[machine]} … … 139 139 <th>IP</th> 140 140 <th>Uptime</th> 141 <th> VNC</th>141 <th>Console</th> 142 142 </tr> 143 143 % for machine in machines:
Note: See TracChangeset
for help on using the changeset viewer.