<%def name="commands()">
% if on:
% if not machine.type.hvm:
- Console access: type
+ Console access: <a href="machine/${machine.machine_id}/terminal">Web Terminal</a> or type
<tt>ssh ${machine.name}@${config.console.hostname}</tt>
on Athena. <a href="https://xvm.scripts.mit.edu/wiki/SerialConsole">(more info)</a>
% elif has_vnc:
- <strong><a href="machine/${machine.machine_id}/vnc">Get Console</a></strong>
+ <strong><a href="machine/${machine.machine_id}/vnc">Get Console</a> or <a href="machine/${machine.machine_id}/terminal">Web Terminal</a></strong>
% else:
VNC console not enabled; still booting?
% endif
% if on:
(To edit ram, disk size, or machine name, turn off the machine first.)
% endif
-<form action="modify" method="POST">
- <input type="hidden" name="machine_id" value="${defaults.machine_id}"/>
+<form action="machine/${machine.machine_id}/modify" method="POST">
<table>
<tr><td>Description:</td><td colspan="2"><textarea name="description" rows="4" cols="60">${defaults.description}</textarea></td></tr>
<tr><td>Owner${self.fn.helppopup("Owner")}:</td><td><input type="text" name="owner", value="${defaults.owner}"/></td></tr>