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

Add terminal page

Location:
package_branches/invirt-web/ajaxterm-rebased/code/templates
Files:
1 added
2 edited

Legend:

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

    r2737 r2751  
    1818% if on:
    1919 % if not machine.type.hvm:
    20   Console access: type
     20  Console access: <a href="machine/${machine.machine_id}/terminal">Web Terminal</a> or type
    2121  <tt>ssh ${machine.name}@${config.console.hostname}</tt>
    2222  on Athena. <a href="https://xvm.scripts.mit.edu/wiki/SerialConsole">(more info)</a>
    2323 % elif has_vnc:
    24   <strong><a href="machine/${machine.machine_id}/vnc">Get Console</a></strong>
     24  <strong><a href="machine/${machine.machine_id}/vnc">Get Console</a> or <a href="machine/${machine.machine_id}/terminal">Web Terminal</a></strong>
    2525 % else:
    2626  VNC console not enabled; still booting?
  • package_branches/invirt-web/ajaxterm-rebased/code/templates/skeleton.mako

    r2750 r2751  
    6262<li><a href="machine/${machine.machine_id}">Info</a></li>
    6363<li><a href="machine/${machine.machine_id}/vnc">Console</a></li>
     64<li><a href="machine/${machine.machine_id}/terminal">Terminal</a></li>
    6465% endif
    6566<li><a href="help">Help</a></li>
Note: See TracChangeset for help on using the changeset viewer.