mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 02:58:57 -05:00
Disable Format button when Parity rebuild is running
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user