Browse Source

Don't recheck the Should reZTP box.

Instead disable it.
Joe Clarke 4 years ago
parent
commit
fdbe6bb64e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/index.php

+ 1 - 1
www/index.php

@@ -507,7 +507,7 @@ foreach ($switches as $row) {
             <td><input type="checkbox" name="delete[<?=$sn?>]" value="1" onClick="if (this.checked == true) { deletes++; } else { deletes--; }"></td>
 	    <td><input type="hidden" name="prev_checked[<?=$sn?>]" value="<?=$row['checked_out']?>">
                 <input id="checked_<?=$i?>" type="checkbox" name="checked[<?=$sn?>]" value="1" <?=($checked) ? 'checked' : ''?>></td>
-		<td><input id="reztp_<?=$i?>" class="reztp" type="checkbox" name="reztp[<?=$sn?>]" value="1" onchange="toggle_reztp_all(this);" <?=($will_rz) ? 'checked' : ''?>></td>
+		<td><input id="reztp_<?=$i?>" class="reztp" type="checkbox" name="reztp[<?=$sn?>]" value="1" onchange="toggle_reztp_all(this);" <?=($will_rz) ? 'disabled' : ''?>></td>
 	    <td><?=$row['serial_number']?></td>
             <td><?=$row['pid']?></td>
             <td><?=$row['max_ports']?></td>