diff options
-rw-r--r-- | src/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/index.html b/src/index.html index 7dc53a7..a5ac637 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -254,14 +254,6 @@ | |||
254 | </div> | 254 | </div> |
255 | </div> | 255 | </div> |
256 | <div class="form-group"> | 256 | <div class="form-group"> |
257 | <label for="client-phrase" class="col-sm-2 control-label" data-translate>Client</label> | ||
258 | <div class="col-sm-10"> | ||
259 | <select id="client-phrase" class="client form-control"> | ||
260 | <!-- populated by javascript --> | ||
261 | </select> | ||
262 | </div> | ||
263 | </div> | ||
264 | <div class="form-group"> | ||
265 | <label for="root-key" class="col-sm-2 control-label" data-translate>BIP32 Root Key</label> | 257 | <label for="root-key" class="col-sm-2 control-label" data-translate>BIP32 Root Key</label> |
266 | <div class="col-sm-10"> | 258 | <div class="col-sm-10"> |
267 | <textarea id="root-key" class="root-key form-control" data-show-qr></textarea> | 259 | <textarea id="root-key" class="root-key form-control" data-show-qr></textarea> |
@@ -376,6 +368,14 @@ | |||
376 | </p> | 368 | </p> |
377 | </div> | 369 | </div> |
378 | <div class="form-group"> | 370 | <div class="form-group"> |
371 | <label for="client-phrase" class="col-sm-2 control-label" data-translate>Client</label> | ||
372 | <div class="col-sm-10"> | ||
373 | <select id="client-phrase" class="client form-control"> | ||
374 | <!-- populated by javascript --> | ||
375 | </select> | ||
376 | </div> | ||
377 | </div> | ||
378 | <div class="form-group"> | ||
379 | <label for="bip32-path" class="col-sm-2 control-label" data-translate>BIP32 Derivation Path</label> | 379 | <label for="bip32-path" class="col-sm-2 control-label" data-translate>BIP32 Derivation Path</label> |
380 | <div class="col-sm-10"> | 380 | <div class="col-sm-10"> |
381 | <input id="bip32-path" type="text" class="path form-control" value="m/0"> | 381 | <input id="bip32-path" type="text" class="path form-control" value="m/0"> |