Ignore:
Timestamp:
Dec 6, 2008, 12:57:20 AM (15 years ago)
Author:
price
Message:

point to ssh console in a paravm's info page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-web/code/templates/info.tmpl

    r1318 r1789  
    2121  <table>
    2222   
    23     <tr><td colspan=3>
     23    <tr><td colspan=100>
    2424        #if $on
    25         #if $has_vnc
     25        #if not $machine.type.hvm
     26        Console access: type
     27        <tt>ssh $machine.name@$config.console.hostname</tt>
     28        on Athena. <a href="https://xvm.scripts.mit.edu/wiki/SerialConsole">(more info)</a>
     29        #elif $has_vnc
    2630        <strong><a href="vnc?machine_id=$machine.machine_id">Get Console</a></strong>
    2731        #else
Note: See TracChangeset for help on using the changeset viewer.