mirror of
https://github.com/unraid/webgui.git
synced 2026-03-10 04:49:14 -05:00
Get rid of 'Restricted Start'. No starting array with Missing encryption key.
This commit is contained in:
@@ -71,15 +71,6 @@ Enable auto start:
|
||||
> the array will be automatically Started and shares exported.<br>
|
||||
> If set to 'No' then you must Start the array yourself.
|
||||
|
||||
Restricted Start:
|
||||
: <select name="luksRestricted" size="1">
|
||||
<?=mk_option($var['luksRestricted'], "yes", "Yes")?>
|
||||
<?=mk_option($var['luksRestricted'], "no", "No")?>
|
||||
</select>
|
||||
|
||||
> When set to **Yes** the array cannot Start if there are encrypted devices and the encryption passphrase/keyfile
|
||||
> is *missing*.
|
||||
|
||||
Default spin down delay:
|
||||
: <select name="spindownDelay" size="1">
|
||||
<?=mk_option($var['spindownDelay'], "0", "Never")?>
|
||||
|
||||
Reference in New Issue
Block a user