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:
Ian Coleman
2017-02-19 11:49:51 +11:00
parent a2e3e81989
commit 29bf60f53b
2 changed files with 20 additions and 14 deletions
+3 -2
View File
@@ -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>