fix create
This commit is contained in:
parent
1e55e465ca
commit
e6fa32d986
2 changed files with 10 additions and 10 deletions
|
|
@ -108,10 +108,10 @@
|
|||
<switch id="hw-ledger" name="hwLedger" ng-model="hwLedger" ng-change="isTestnet=false" class="green right m5t m10b"></switch>
|
||||
</label>
|
||||
<!-- -->
|
||||
<!-- <label ng-show="!index.isCordova" for="hw-trezor" class="oh"> -->
|
||||
<!-- <span translate>Use TREZOR hardware wallet</span> -->
|
||||
<!-- <switch id="hw-trezor" name="hwTrezor" ng-model="hwTrezor" class="green right m5t m10b"></switch> -->
|
||||
<!-- </label> -->
|
||||
<label ng-show="!index.isCordova || 0" for="hw-trezor" class="oh">
|
||||
<span translate>Use TREZOR hardware wallet</span>
|
||||
<switch id="hw-trezor" name="hwTrezor" ng-model="hwTrezor" class="green right m5t m10b"></switch>
|
||||
</label>
|
||||
<!-- TODO account
|
||||
<div ng-show="hwLedger">
|
||||
<label class="oh"><span translate>Ledger Slot</span>
|
||||
|
|
|
|||
|
|
@ -81,12 +81,12 @@
|
|||
<span translate>Use Ledger hardware wallet</span>
|
||||
<switch id="hw-ledger" name="hwLedger" ng-model="hwLedger" class="green right m5t m10b"></switch>
|
||||
</label>
|
||||
<!-- -->
|
||||
<!-- <label ng-show="!index.isCordova" for="hw-trezor" class="oh"> -->
|
||||
<!-- <span translate>Use TREZOR hardware wallet</span> -->
|
||||
<!-- <switch id="hw-trezor" name="hwTrezor" ng-model="hwTrezor" class="green right m5t m10b"></switch> -->
|
||||
<!-- </label> -->
|
||||
<!-- -->
|
||||
|
||||
<label ng-show="!index.isCordova || 0" for="hw-trezor" class="oh">
|
||||
<span translate>Use TREZOR hardware wallet</span>
|
||||
<switch id="hw-trezor" name="hwTrezor" ng-model="hwTrezor" class="green right m5t m10b"></switch>
|
||||
</label>
|
||||
|
||||
<!-- TODO account
|
||||
<div class="large-12 columns" ng-hide="!hwLedger">
|
||||
<label class="oh">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue