fix advanced option create
This commit is contained in:
parent
597e9cec23
commit
c1a0e83aef
1 changed files with 12 additions and 12 deletions
|
|
@ -131,12 +131,7 @@
|
||||||
<switch id="seed" name="setSeed" ng-model="setSeed" class="green right m5t m10b"></switch>
|
<switch id="seed" name="setSeed" ng-model="setSeed" class="green right m5t m10b"></switch>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label for="bws" class="oh">
|
<label for="createPassphrase" class="oh" ng-hide="setSeed || hwLedger || hwTrezor" ><span translate>Add a Seed Passphrase</span> <small translate>Add an optional passphrase to secure the seed</small>
|
||||||
<span>Wallet Service URL</span>
|
|
||||||
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
|
||||||
</label>
|
|
||||||
|
|
||||||
<label for="createPassphrase" class="line-b oh" ng-hide="setSeed || hwLedger || hwTrezor" ><span translate>Add a Seed Passphrase</span> <small translate>Add an optional passphrase to secure the seed</small>
|
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<input type="text" class="form-control"
|
<input type="text" class="form-control"
|
||||||
name="createPassphrase" ng-model="createPassphrase">
|
name="createPassphrase" ng-model="createPassphrase">
|
||||||
|
|
@ -150,11 +145,16 @@
|
||||||
type="text"
|
type="text"
|
||||||
name="privateKey" ng-model="privateKey">
|
name="privateKey" ng-model="privateKey">
|
||||||
</label>
|
</label>
|
||||||
<label for="passphrase" class="line-b oh" ng-show="setSeed"><span translate>Seed Passphrase</span> <small translate>The seed could require a passphrase to be imported</small>
|
<label for="passphrase" class="oh" ng-show="setSeed"><span translate>Seed Passphrase</span> <small translate>The seed could require a passphrase to be imported</small>
|
||||||
<div class="input">
|
<div class="input">
|
||||||
<input type="text" class="form-control" name="passphrase" ng-model="passphrase">
|
<input type="text" class="form-control" name="passphrase" ng-model="passphrase">
|
||||||
</div>
|
</div>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
<label for="bws" class="oh">
|
||||||
|
<span>Wallet Service URL</span>
|
||||||
|
<input type="text" id="bwsurl" name="bwsurl" ng-model="bwsurl">
|
||||||
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue