mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 09:39:58 -06:00
Disk Settings: add possibility to change encryption phrase/keyfile
This commit is contained in:
@@ -268,7 +268,6 @@ _(Default critical disk temperature threshold)_ (°<?=_var($display,'unit','C
|
||||
|
||||
:
|
||||
|
||||
<?if (!$keyfile):?>
|
||||
_(Existing encryption key)_:
|
||||
: <select name="oldinput" class="lock" onchange='selectInput(this.value,true)'>
|
||||
<?=mk_option(1,'text',_('Passphrase'))?>
|
||||
@@ -285,7 +284,6 @@ _(Select existing keyfile)_:
|
||||
: <input type="file" name="oldfile" class="lock" onchange="getFileContent(event,this.form,'olddata')">
|
||||
|
||||
</div>
|
||||
<?endif;?>
|
||||
_(Change encryption key)_:
|
||||
: <select name="newinput" class="lock" onchange='selectInput(this.value,false)'>
|
||||
<?=mk_option(1,'text',_('Passphrase'))?>
|
||||
|
||||
Reference in New Issue
Block a user