Changeset 2755 for package_branches


Ignore:
Timestamp:
Dec 21, 2009, 1:11:42 AM (14 years ago)
Author:
broder
Message:

Link to the web terminal page from the VM list for paravms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/ajaxterm-rebased/code/templates/list.mako

    r2737 r2755  
    118118<a href="machine/${machine.machine_id}/vnc">Console</a>\
    119119% elif has_vnc[machine] == 'ParaVM':
    120 ParaVM${self.fn.helppopup("ParaVM Console")}
     120<a href="machine/${machine.machine_id}/terminal">Terminal</a>\
    121121% elif has_vnc[machine] != 'Off':
    122122${has_vnc[machine]}
     
    139139        <th>IP</th>
    140140        <th>Uptime</th>
    141         <th>VNC</th>
     141        <th>Console</th>
    142142      </tr>
    143143% for machine in machines:
Note: See TracChangeset for help on using the changeset viewer.