svn path=/package_branches/invirt-web/ajaxterm-rebased/; revision=2755
% if has_vnc[machine] == True:
<a href="machine/${machine.machine_id}/vnc">Console</a>\
% elif has_vnc[machine] == 'ParaVM':
% if has_vnc[machine] == True:
<a href="machine/${machine.machine_id}/vnc">Console</a>\
% elif has_vnc[machine] == 'ParaVM':
-ParaVM${self.fn.helppopup("ParaVM Console")}
+<a href="machine/${machine.machine_id}/terminal">Terminal</a>\
% elif has_vnc[machine] != 'Off':
${has_vnc[machine]}
% endif
% elif has_vnc[machine] != 'Off':
${has_vnc[machine]}
% endif
<th>Administrator${self.fn.helppopup('Administrator')}</th>
<th>IP</th>
<th>Uptime</th>
<th>Administrator${self.fn.helppopup('Administrator')}</th>
<th>IP</th>
<th>Uptime</th>
</tr>
% for machine in machines:
${machineRow(machine)}
</tr>
% for machine in machines:
${machineRow(machine)}