mirror of
https://github.com/unraid/webgui.git
synced 2026-05-21 13:49:32 -05:00
Multi cache pool support
This commit is contained in:
@@ -430,6 +430,7 @@ _(File system type)_:
|
||||
|
||||
<?endif;?>
|
||||
<?if (in_array($name,$pools)):?>
|
||||
<?$disabled = $var['fsState']!="Stopped" ? "disabled" : ""?>
|
||||
_(Minimum free space)_:
|
||||
: <input type="text" name="diskFloor.<?=$disk['idx']?>" maxlength="16" value="<?=$disk['diskFloor']?>" class="narrow" <?=$disabled?> placeholder="0">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user