mirror of
https://github.com/unraid/webgui.git
synced 2026-01-27 03:59:01 -06:00
Disable filesystem selection when data-rebuild is pending
This commit is contained in:
@@ -106,7 +106,7 @@ File system status:
|
||||
<?endif;?>
|
||||
<?if ($disk['type']=="Data" || ($disk['type']=="Cache" && $var['SYS_CACHE_SLOTS']==1)):?>
|
||||
<?if ($var['fsState']=="Stopped"):?>
|
||||
<?$disabled = $var['mdState']=="RECON_DISK" ? "disabled" : "";?>
|
||||
<?$disabled = $var['mdState']=="RECON_DISK" || $var['mdState']=="SWAP_DSBL" ? "disabled" : "";?>
|
||||
|
||||
File system type:
|
||||
: <select name="diskFsType.<?=$disk['idx'];?>" size="1" <?=$disabled?>>
|
||||
|
||||
Reference in New Issue
Block a user