Python 2.4 support
[invirt/packages/invirt-web.git] / templates / list.tmpl
index 73e7c0a..19b108e 100644 (file)
@@ -44,10 +44,10 @@ Off#slurp
 #end if
 </td>
        <td>#slurp
-#if $has_vnc.get($machine.name)
+#if $has_vnc.get($machine.name) == True
 <a href="vnc?machine_id=$machine.machine_id">Console</a>#slurp
 #else
-off#slurp
+$has_vnc.get($machine.name)
 #end if
 </td>
        <td>
@@ -79,7 +79,7 @@ off#slurp
          <td><input type="text" name="disk" value="$maxdisk" size=3/> gigabytes ($maxdisk max)</td>
        </tr>
        <tr>
-         <td>HVM/ParaVM</td>
+         <td>HVM/ParaVM$helppopup('hvm_paravm')</td>
          <td>
            <input checked type="radio" name="vmtype" value="hvm">HVM</input>
            <input type="radio" name="vmtype" value="paravm">ParaVM</input>