Changeset 1789


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

Location:
trunk/packages/invirt-web
Files:
2 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
  • trunk/packages/invirt-web/config.todo

    r1663 r1789  
    1717code/getafsgroups.py: use of pts for authz
    1818code/main.py: lockers, pts, in help text
     19code/templates/info.tmpl: "Athena" in help text; really we need to separate code/skin/messages
Note: See TracChangeset for help on using the changeset viewer.