mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-05-03 23:46:00 +00:00
Client select has 'custom derivation path' option
* Specific clients cause derivation path input to be readonly * Rename ambiguous variable client-phrase to bip32-client
This commit is contained in:
+3
-2
@@ -368,9 +368,10 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="client-phrase" class="col-sm-2 control-label" data-translate>Client</label>
|
||||
<label for="bip32-client" class="col-sm-2 control-label" data-translate>Client</label>
|
||||
<div class="col-sm-10">
|
||||
<select id="client-phrase" class="client form-control">
|
||||
<select id="bip32-client" class="client form-control">
|
||||
<option value="custom">Custom derivation path</option>
|
||||
<!-- populated by javascript -->
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user