Disable Format button when Parity rebuild is running

This commit is contained in:
bergware
2017-10-07 10:32:33 +02:00
parent 6c79b1be2f
commit c5f2693e58
+1 -1
View File
@@ -195,7 +195,7 @@ toggle_diskio(true);
<? if ($var['mdResync']==0):
?> <input type="checkbox" name="confirmFormat" value="OFF" onclick="$('#submit').prop('disabled',!arrayOps.confirmFormat.checked)"><small>Yes I want to do this</small>
<? else:
?> <small>Disabled -- Parity operation is running!</small>
?> <small>Disabled -- Parity operation is running</small>
<? endif;
?> </td></tr>
<? endif;