mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 18:48:49 -05:00
Fixed: suppress disk utilization threshold settings for additional disks in cache pool
This commit is contained in:
@@ -151,7 +151,7 @@ Spin down delay:
|
||||
<?=mk_option($disk['spindownDelay'], "9", "9 hours")?>
|
||||
</select><span id="smart_selftest" class='orange-text'></span>
|
||||
|
||||
<?if ($disk['type'] != 'Parity'):?>
|
||||
<?if (isset($disk['fsSize'])):?>
|
||||
Warning disk utilization threshold (%):
|
||||
: <input type="number" min="0" max="100" name="<?=$name?>_warning" class="narrow" value="<?=strlen($disk['warning'])?$disk['warning']:''?>" placeholder="<?=$display['warning']?>">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user