+ import from private key added

This commit is contained in:
Taegus
2019-03-07 08:25:18 +01:00
parent 6692e5219a
commit 9518b59508
3 changed files with 55 additions and 12 deletions

View File

@@ -89,6 +89,14 @@
<label for="inputPrivateKey">Private Key:</label>
<input type="password" class="form-control" id="inputPrivateKey">
</div>
<div class="form-group">
<label for="walletPasswordSecond">Account Password:</label>
<input type="password" class="form-control" id="keyPasswordFirst">
</div>
<div class="form-group">
<label for="walletPasswordSecond">Confirm Password:</label>
<input type="password" class="form-control" id="keyPasswordSecond">
</div>
<button type="button" class="btn btn-etho btn-dialog-confirm" id="btnImportFromPrivateKeyConfirm">Import</button>
</div>
</div>