Changeset 1791
- Timestamp:
- Dec 6, 2008, 1:47:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-web/code/templates/info.tmpl
r1789 r1791 16 16 17 17 #def commands() 18 #if $on 19 #if not $machine.type.hvm 20 Console access: type 21 <tt>ssh $machine.name@$config.console.hostname</tt> 22 on Athena. <a href="https://xvm.scripts.mit.edu/wiki/SerialConsole">(more info)</a> 23 #elif $has_vnc 24 <strong><a href="vnc?machine_id=$machine.machine_id">Get Console</a></strong> 25 #else 26 VNC console not enabled; still booting? 27 #end if 28 #end if 18 29 <form action="command" method="POST"> 19 30 <input type="hidden" name="back" value="info"/> 20 31 <input type="hidden" name="machine_id" value="$machine.machine_id"/> 21 32 <table> 22 23 <tr><td colspan=100>24 #if $on25 #if not $machine.type.hvm26 Console access: type27 <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_vnc30 <strong><a href="vnc?machine_id=$machine.machine_id">Get Console</a></strong>31 #else32 VNC console not enabled; still booting?33 #end if34 #else35 36 #end if37 </td></tr>38 33 <tr> 39 34 #if $on
Note: See TracChangeset
for help on using the changeset viewer.