- Timestamp:
- Dec 21, 2009, 1:11:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package_branches/invirt-web/ajaxterm-rebased/code/templates/list.mako
r2737 r2755 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.