Fix statement about autoinstall's password
[invirt/packages/invirt-web.git] / code / templates / list.tmpl
index a72c558..89a75d8 100644 (file)
@@ -78,7 +78,7 @@ $helppopup('Autoinstall')#slurp
          <td><input type="radio" name="cd_or_auto" id="cd_or_auto_auto">
 #filter None
 $autoList($defaults.cdrom, "document.getElementById('cd_or_auto_auto').checked = true;document.getElementById('cdromlist').value = ''")
-             (experimental; 1-2 minutes, and you have a machine; root pw is 'password'.)
+             (experimental; 1-2 minutes, and you have a machine with empty root password.)
 #end filter
          </input>
        </tr>
@@ -113,7 +113,9 @@ $errorRow('cdrom', $err)
            <input type="hidden" name="back" value="list"/>
            <input type="hidden" name="machine_id"
                   value="$machine.machine_id"/>
-<input type="submit" class="button" name="action" value="#slurp
+<input type="submit" class="power #slurp
+#if $machine.uptime then 'on' else 'off'
+" name="action" value="#slurp
 #if $machine.uptime then 'Power off' else 'Power on'
 "/>
          </form>