Changeset 2443


Ignore:
Timestamp:
Aug 13, 2009, 9:54:59 PM (15 years ago)
Author:
quentin
Message:

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

File:
1 edited

Legend:

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

    r2424 r2443  
    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.