diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index d2def05..1c2ffcf 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -254,6 +254,14 @@ | |||
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"> | ||
257 | <label for="root-key" class="col-sm-2 control-label" data-translate>BIP32 Root Key</label> | 265 | <label for="root-key" class="col-sm-2 control-label" data-translate>BIP32 Root Key</label> |
258 | <div class="col-sm-10"> | 266 | <div class="col-sm-10"> |
259 | <textarea id="root-key" class="root-key form-control" data-show-qr></textarea> | 267 | <textarea id="root-key" class="root-key form-control" data-show-qr></textarea> |