mirror of
https://github.com/unraid/webgui.git
synced 2026-04-19 08:11:21 -05:00
Make "Start Restricted" unconditional
This commit is contained in:
@@ -62,7 +62,7 @@ function getFileContent(event,form) {
|
||||
</script>
|
||||
<form markdown="1" name="encrypt_start" method="POST" action="/update.htm" target="progressFrame">
|
||||
Restricted Start:
|
||||
: <select name="luksStartMode" size="1" <?=$online?>>
|
||||
: <select name="luksStartMode" size="1">
|
||||
<?=mk_option($var['luksStartMode'], "0", "Yes")?>
|
||||
<?=mk_option($var['luksStartMode'], "1", "No")?>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user